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