Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

requestId
string
required

Credential request identifier

Response

200 - application/json

OK

Current status of a credential request, polled by the agent until FULFILLED

status
enum<string>
required

Current request status

Available options:
PENDING,
FULFILLED,
EXPIRED,
DECLINED,
CANCELLED
credentialId
string | null
required

Vault credential ID — set once the request is FULFILLED, null otherwise

maskedPreview
string | null
required

Masked preview of the submitted secret (e.g. ****1234) so the agent can confirm which credential arrived without seeing it; null until FULFILLED