company_statuses

GET {{api_url}}/api/v1/company_statuses

Returns the list of Company Statuses in the system and their associated ID.

This ID can be used to filter the list of companies returned in GET requests.

RESPONSES

status: OK

[{"id":"65e822e0-4ac2-4708-b34b-7e19a2692643","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Trial"},{"id":"c24e048e-2401-4724-87c4-521ffd0413f0","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Paid"},{"id":"c426c3ce-b4ea-4138-ae20-4e2060d67b7d","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Churned"},{"id":"2017723d-0376-43fb-9a4a-025aa9615dc3","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Lost"}]