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