API Keys
Get API key
Get an API key's metadata. The secret is never returned — only the prefix.
get/api/v1/api-keys/{id}
Path parameters
idstring uuid required
API key ID (UUID)
Response
API key details
Example response
{
"data": {
"key_prefix": "raff_17d70fcf"
}
}