Retrieve an Organization
GET {{cryptr_service_url}}/api/v2/organizations/:org_domain
Fetch an Organization using its domain. The domain is generated from its name and serves as a unique and immutable value in your Cryptr service.
RETURNS
Returns the Organization for a valid identifier. If the identifier corresponds to a deleted Organization, a subset of its information is returned, including a 'deleted' property set to true.
RESPONSES
status: OK
{"__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"}