v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
Retrieve API keys for a specific organization
get/manage/api/organization/api_keys
Query parameters
organization_idstring required
Base64 encoded organization ID to retrieve API keys for
Response
API keys retrieved successfully
Example response
{
"api_keys": [
{
"creation_time": "2000-01-23T04:56:07+00:00",
"label": "Live production environment",
"redacted_api_key": "ATG56•••••••••••••",
"api_key_id": "JRPVD7jWR1aTBYiJ0UFVOg",
"status": null
},
{
"creation_time": "2000-01-23T04:56:07+00:00",
"label": "Live production environment",
"redacted_api_key": "ATG56•••••••••••••",
"api_key_id": "JRPVD7jWR1aTBYiJ0UFVOg",
"status": null
}
]
}