life_cycles
GET {{api_url}}/api/v1/life_cycles
Returns the list of Account Lifecyles 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":"56857a2e-87b4-4f5f-967f-b7ff9c42af1b","created_at":"2022-11-21T01:24:43Z","updated_at":"2022-11-21T01:24:43Z","name":"Trial"},{"id":"92553d37-3501-4626-b5e4-5aca08b06f0c","created_at":"2022-11-21T01:24:42Z","updated_at":"2022-11-21T01:24:42Z","name":"Paid"}]