Lists all encryption keys for the authenticated company.
cURL
curl --request GET \ --url https://api.artie.com/encryption-keys \ --header 'Authorization: Bearer <token>'
{ "items": [ { "name": "<string>", "type": "<string>", "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "description": "<string>", "kmsKeyUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updatedAt": "2023-11-07T05:31:56Z" } ] }
API key passed as a Bearer token in the Authorization header.
OK
Show child attributes
Was this page helpful?