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
Was this page helpful?