Get company IDs - Returns all company IDs and company names.
No request parameters
STATUS CODE - 200: : A JSON array of company names and ids.
Name
Type
Description
companies
array
_id
string
Company ID
name
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 4 years ago