cURL
curl --request GET \ --url http://localhost:8080/api/v1/credentials \ --header 'Authorization: <api-key>'
[ { "attributes": { "active": true, "key_id": "<string>", "secret": "<string>" }, "id": "<string>", "type": "<string>" } ]
Get a list of all credentials
OK
Show child attributes
Was this page helpful?