Back to Agencies API
Get Agency
Retrieves public details of a specific agency by ID.
Request Details
path Parameters
Field | Type | Required | Description |
---|---|---|---|
agencyId | string | Yes | The unique identifier of the agency. |
Sample Request & Response
GET
/agencies/{agencyId}Retrieves public details of a specific agency by ID.
Sample Request
Headers:
{
"Authorization": "Bearer <YOUR_API_KEY>"
}
Path Parameters:
{
"agencyId": "string (required) - The unique identifier of the agency."
}
Sample Response (200)
{
"id": "agency_12345",
"name": "TalentFlow Inc.",
"website": "https://talentflow.com",
"createdAt": "2024-05-01T10:00:00Z",
"updatedAt": "2024-07-24T09:30:00Z",
"description": "Specialists in IT and executive recruiting.",
"location": "Toronto, ON"
}