cURL
curl --request GET \ --url http://localhost:3001/portal-api/apps/{app_id}/access-requests/{access-request_id}/credentials/{credential_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Get a credential by its ID
UID of this credential
1
UID of this application
UID of this access request
OK
Status of the operation
"ok"
Was this page helpful?