Authentication
Get API key
Retrieve a masked version of the existing API key. The full key cannot be retrieved. Returns null when no key has been generated yet.
get/v1/users/api-keys
Response
The masked API key
Example response
{
"status": 200,
"data": {
"api_key": "mIpe_zdJfKUpMK9Va3XuYgzPXMxz49fIaRCWXseVkpVAX608A9j3i_D67qU5qW3M"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.