Skip to main content
PATCH
Update credential status.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
status
enum<string>
required

New status to set for the credential

Available options:
pending,
accepted,
rejected
Example:

"accepted"

Response

200 - application/json

Credential status updated.

data
object
required
meta
object
errors
object[]