v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBowners
Get owner by ID
Returns an Owner object.
get/owners/{owner_id}
Path parameters
owner_idstring uuid required
The ID of the owner.
Response
The owner object associated with the passed-in ID.
Example response
{
"owner_id": "f454d283-ca87-4a8a-bdbb-df212eca5353",
"name": "API Owner",
"description": "This owner represents the API team owners.",
"access_request_escalation_period": 120
}