Credentials

Send a Credential

post

This endpoint sends a credential to a user based on their profileId

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
profileIdstringRequired
Body
credentialany ofRequired
or
or
Responses
200

Successful response

application/json
Responsestring
post
/credential/send/{profileId}

Accept a Credential

post

This endpoint accepts a credential

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
uristringRequired
Responses
200

Successful response

application/json
Responseboolean
post
/credential/accept

Get received credentials

get

This endpoint returns the current user's received credentials

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptionalDefault: 25
fromstringOptional
Responses
200

Successful response

application/json
get
/credentials/received

Get sent credentials

get

This endpoint returns the current user's sent credentials

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptionalDefault: 25
tostringOptional
Responses
200

Successful response

application/json
get
/credentials/sent

Get incoming credentials

get

This endpoint returns the current user's incoming credentials

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptionalDefault: 25
fromstringOptional
Responses
200

Successful response

application/json
get
/credentials/incoming

Delete a credential

delete

This endpoint deletes a credential

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
uristringRequired
Responses
200

Successful response

application/json
Responseboolean
delete
/credential

Last updated

Was this helpful?