v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Security Keys

List client keys

Returns active (non-archived) security keys for the client. Keys store credentials and cryptographic material used by integrations, campaign components, SFTP file transfer, and outbound webhooks. Pass one or more tags query values; a key is returned only when it includes every supplied tag. Use GET /v2/settings/security/keys/built for the fully evaluated runtime form.

get/v2/settings/security/keys

Query parameters

tagsstring[]

Response

Successful response

Example response

[
  {
    "created_at": "2025-10-24T02:00:00-07:00",
    "description": "handlebars@buildtime:{{description}}",
    "name": "handlebars@buildtime:{{name}}",
    "updated_at": "2025-10-24T02:00:00-07:00"
  }
]