Retrieves information about the organization associated with the provided API token
Dixa API (beta)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/dixa-api/beta
https://dev.dixa.io
- Mock serverhttps://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/organization
- https://dev.dixa.io/beta/organization
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/organization \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": { "id": "e9609fa9-efff-4fdc-a7ef-dd335f33c5f6", "name": "Example Organization", "subdomain": "example-org", "status": "Active" } }