Get Managers
Gets a list of managers by company.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/company/managers | |
Production | https://api.fieldnation.com/api/rest/v2/company/managers |
Path Parameters
Not applicable.
Query Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
access_token | string | abc123defg459hijk786lmn45 | Required. |
Body
Not applicable.
Response
Returns an array of managers, including id, first name, and last name.
Examples
[
{
"id": 776,
"first_name": "API",
"last_name": "Manager"
},
{
"id": 756,
"first_name": "Jane",
"last_name": "Smith"
}
]