cURL
API Reference
Post vaultcredentials use
POST
cURL
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Credential ID to broker the call with
Body
application/json
Make an outbound HTTP call with the credential attached server-side. The plaintext secret is never returned — the agent only sees the upstream response.
HTTP method for the outbound call
Available options:
GET, POST, PUT, PATCH, DELETE, HEAD Absolute https:// URL. Its host MUST be on the credential's allowlist.
Agent ID (optional when using an agent API key)
Extra request headers. Any Authorization / auth header is ignored and replaced by the credential.
Raw request body (encode JSON yourself).
Response
200 - application/json
OK
The upstream response, scrubbed of the injected credential.
