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
  • Internal API Reference
    • Applicants/Candidates
    • Clients/Departments
    • Contacts/Managers
        • GETGet Company
        • GETGet Contact
        • GETGet Job Posting
LogoLogo
Get SupportGet a demo
Internal API ReferenceAIPrompt Metadata

Get Company

GET
https://app.brightmove.com/ATS/app/ai/meta/company
GET
/ATS/app/ai/meta/company
$curl https://app.brightmove.com/ATS/app/ai/meta/company
200Retrieved
1{
2 "@context": "string",
3 "@type": "string",
4 "name": "string",
5 "alternateName": "string",
6 "legalName": "string",
7 "url": "string",
8 "logo": "string",
9 "image": "string",
10 "description": "string",
11 "address": {
12 "streetAddress": "string",
13 "addressLocality": "string",
14 "addressRegion": "string",
15 "postalCode": "string",
16 "addressCountry": "string",
17 "postOfficeBoxNumber": "string",
18 "@type": "string"
19 },
20 "contactPoint": {
21 "contactType": "string",
22 "telephone": "string",
23 "email": "string",
24 "url": "string",
25 "availableLanguage": [
26 "string"
27 ],
28 "areaServed": "string",
29 "hoursAvailable": "string",
30 "contactOption": "string",
31 "faxNumber": "string",
32 "@type": "string"
33 },
34 "contactPoints": [
35 {
36 "contactType": "string",
37 "telephone": "string",
38 "email": "string",
39 "url": "string",
40 "availableLanguage": [
41 "string"
42 ],
43 "areaServed": "string",
44 "hoursAvailable": "string",
45 "contactOption": "string",
46 "faxNumber": "string",
47 "@type": "string"
48 }
49 ],
50 "email": "string",
51 "telephone": "string",
52 "faxNumber": "string",
53 "sameAs": [
54 "string"
55 ],
56 "foundingDate": "string",
57 "founder": "string",
58 "numberOfEmployees": "string",
59 "taxID": "string",
60 "vatID": "string",
61 "duns": "string",
62 "naics": "string",
63 "isicV4": "string",
64 "globalLocationNumber": "string",
65 "slogan": "string",
66 "brand": "string",
67 "areaServed": "string",
68 "makesOffer": [
69 "string"
70 ],
71 "member": [
72 "string"
73 ],
74 "parentOrganization": "string",
75 "subOrganization": [
76 "string"
77 ],
78 "department": [
79 "string"
80 ],
81 "award": [
82 "string"
83 ]
84}
Was this page helpful?
Previous

Get Contact

Next
Built with

Headers

X-Brightmove-Company-ApiKeystringOptional
X-Brightmove-User-ApiKeystringOptional

Response

OK
@contextstring
@typestring
namestring
alternateNamestring
legalNamestring
urlstring
logostring
imagestring
descriptionstring
addressobject
contactPointobject
contactPointslist of objects
emailstring
telephonestring
faxNumberstring
sameAslist of strings
foundingDatestring
founderstring
numberOfEmployeesstring
taxIDstring
vatIDstring
dunsstring
naicsstring
isicV4string
globalLocationNumberstring
sloganstring
brandstring
areaServedstring
makesOfferlist of strings
memberlist of strings
parentOrganizationstring
subOrganizationlist of strings
departmentlist of strings
awardlist of strings