Organizations
Retrieve Organizations
Retrieve Organization
Just like when updating organizations, you can either use the full organization ID in proper RESTful fashion, or you can use the org
shortcut since your API key is scoped to the organization anyway.
GET
`/v1/organizations/:organization` GET
`/v1/org`
List Organizations
GET
`/v1/organizations`
While the API exists for completeness, you will never have more than one organization scoped to an API key. Therefore, this endpoint will always return a single organization, just in an array.