List API keys (prefixes only)

Responses
  • application/json
  • application/problem+json
Request Example for get/v1/keys
curl https://ffforms.com/v1/keys \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "data": [
    {
      "id": "string",
      "name": "string",
      "keyPrefix": "string",
      "createdAt": "string",
      "lastUsedAt": null,
      "revokedAt": null
    }
  ]
}