For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get SupportGet a demo
  • Get Started
    • Welcome
    • Quickstart
  • Webhooks
    • Introduction
    • Creating a Webhook
    • Available Webhooks
  • Public API Reference (Beta)
    • Applicants/Candidates
    • Contacts/Managers
    • Clients/Departments
        • POSTCreate a client
        • DELDelete a client
        • GETGet a client by GUID
        • GETList clients
        • PUTUpdate a client
  • Internal API Reference
    • Applicants/Candidates
    • Clients/Departments
    • Contacts/Managers
LogoLogo
Get SupportGet a demo
Public API Reference (Beta)Clients/DepartmentsCore

Get a client by GUID

GET
https://app.brightmove.com/ATS/api/v1/clients/:guid
GET
/ATS/api/v1/clients/:guid
$curl https://app.brightmove.com/ATS/api/v1/clients/f585821d-3135-2545-e040-a8c00f01678a \
> -H "X-Brightmove-Company-ApiKey: <apiKey>"
200Retrieved
1{}
Returns full client detail including billing profile, sales assignments, workgroup, term, phones, and tags.
Was this page helpful?
Previous

List clients

Next
Built with

Authentication

X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key

Path parameters

guidstringRequired
Stable public identifier of the client

Response

Client found and returned