List all Organizations
GET {{cryptr_service_url}}/api/v2/organizations?page=1&per_page=10&q[environments_status_in][]=up
Returns a list of your Organizations. The Organizations are returned sorted by creation date, with the most recent customers appearing first.
RETURNS
A dictionary with a data
property that contains an array of up to the limit of Organizations. Each entry in the array represents a separate Organization type. If no Organizations are available, the resulting array will be empty. This request should never return an error.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Precise the page of your listing. | |
per_page | number | Precise the size of the pages of the pagination of the list. | |
q[environments_status_in][] | string | Filter organizations by functional or non-functional environments. |
RESPONSES
status: OK
{"__type__":"List","data":[{"__type__":"Organization","allowed_email_domains":["cpromo.com"],"color":"green-500","domain":"cpromo","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-07-23T15:55:20","locale":"en-US","name":"Cpromo","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-23T15:55:29"},{"__type__":"Organization","allowed_email_domains":["paybuddy.com"],"color":"cyan-700","domain":"paybuddy","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-07-19T13:03:32","locale":"en-US","name":"Paybuddy","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-19T13:06:25"},{"__type__":"Organization","allowed_email_domains":["adfs.signature"],"color":"fuchsia-600","domain":"adfs-signature","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-07-11T07:52:11","locale":"en-US","name":"ADFS Signature","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-11T08:14:14"},{"__type__":"Organization","allowed_email_domains":["adfs.cryptr"],"color":"teal-700","domain":"adfs-test","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-07-10T10:22:30","locale":"en-US","name":"ADFS Test","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-11T12:19:28"},{"__type__":"Organization","allowed_email_domains":["orange.fr"],"color":"fuchsia-700","domain":"orange","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-07-04T06:19:10","locale":"en-US","name":"Orange","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-04T06:19:17"},{"__type__":"Organization","allowed_email_domains":["inpulse.com"],"color":"teal-500","domain":"inpulse","environments":[{"name":"production","status":"up"},{"name":"sandbox","status":"up"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-06-27T12:16:11","locale":"en-US","name":"Inpulse","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-11T08:12:49"},{"__type__":"Organization","allowed_email_domains":["inpulse.com"],"color":"teal-500","domain":"inpulse","environments":[{"name":"production","status":"up"},{"name":"sandbox","status":"up"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-06-27T12:16:11","locale":"en-US","name":"Inpulse","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-07-11T08:12:49"},{"__type__":"Organization","allowed_email_domains":["misapret.com"],"color":"lime-400","domain":"misapret","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-06-20T11:54:21","locale":"en-US","name":"Misapret","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-06-20T11:54:26"},{"__type__":"Organization","allowed_email_domains":["test-test.com"],"color":"indigo-500","domain":"testtest","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-06-18T09:15:04","locale":"en-US","name":"TestTest","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-06-18T09:15:10"},{"__type__":"Organization","allowed_email_domains":["tiboreno.dev"],"color":"lime-600","domain":"thibs","environments":[{"name":"sandbox","status":"up"},{"name":"production","status":"down"}],"icon_logo_url":null,"inline_logo_url":null,"inserted_at":"2024-06-18T08:50:26","locale":"en-US","name":"Thibs","status":{"errors":[],"estimated_time_to_complete_in_seconds":null,"progress_in_percentage":null,"state":"terminated"},"timezone":null,"updated_at":"2024-06-18T08:51:25"}],"pagination":{"current_page":1,"current_pages":[1,2,3,4],"next_page":2,"per_page":10,"prev_page":1,"total_pages":4},"total":35}