Api
Get Requester
Get a single requester by ID.
Get a single requester by ID.
AuthorizationBearer <token>
In: header
Path Parameters
requester_id*string
Requester UUID
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/configuration/requesters/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"active": true,
"badge_number_last4": "string",
"created_at": "string",
"department_id": 0,
"department_name": "string",
"email": "string",
"external_id": "string",
"first_name": "string",
"freshservice_id": 0,
"freshservice_synced_at": "string",
"has_badge": true,
"id": "string",
"job_title": "string",
"last_name": "string",
"phone": "string",
"provider_type": "string",
"support_enabled": true,
"updated_at": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Recording Url GET
Get URL for call recording (AC3). Story 4.4a: Full Call Audio Recording - For S3 storage: Returns presigned URL (expires in 60 minutes) - For local storage: Returns API endpoint URL for direct file serving - Requires admin role (AC10) - Access logged to audit trail
Get Requirements GET
Next Page