v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
Retrieve the user's current API profiles
get/manage/api/profiles
Response
User API profiles retrieved successfully
Example response
{
"profiles": [
{
"is_metronome_2_user": true,
"copyright_detection_enabled": true,
"role": "OWNER",
"avatar_url": "https://example.com/avatar.jpg",
"organization_id": "b3JnYW5pemF0aW9uXzEyMw",
"name": "Gamma",
"type": "INDIVIDUAL",
"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
}
],
"max_num_inflight_requests_permitted": 10
},
{
"is_metronome_2_user": true,
"copyright_detection_enabled": true,
"role": "OWNER",
"avatar_url": "https://example.com/avatar.jpg",
"organization_id": "b3JnYW5pemF0aW9uXzEyMw",
"name": "Gamma",
"type": "INDIVIDUAL",
"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
}
],
"max_num_inflight_requests_permitted": 10
}
]
}