2. /COMPANIES/IDS
2.1 GET /companies
Get company IDs - Returns all company IDs and company names.
REQUEST
No request parameters
RESPONSE
STATUS CODE - 200: : A JSON array of company names and ids.
Name
Type
Description
companies
array
_id
string
Company ID
name
string
Company name
STATUS CODE - 401: Missing or invalid API token.
STATUS CODE - 403: Account disabled, or user role prevents access to this resource.
STATUS CODE - 500: Unexpected error.
Last updated
Was this helpful?