Current organization

Details of the organization the API key is scoped to.

GET
/org

Details of the organization the API key is scoped to.

Response Body

application/json

application/json

curl -X GET "https://example.com/org"
{  "id": "string",  "name": "string",  "slug": "string",  "logo": "string",  "createdAt": "2019-08-24T14:15:22Z"}