cURL
curl --request GET \ --url http://localhost:8080/api/v1/credentials/key/{keyId} \ --header 'Authorization: <api-key>'
{ "attributes": { "active": true, "key_id": "<string>", "secret": "<string>" }, "id": "<string>", "type": "<string>" }
Get details of a credential by its Key ID
Credential Key ID
OK
Credential response model
Show child attributes
Was this page helpful?