Retrieves information about the organization associated with the provided API token
Dixa API (v1)
- Mock serverhttps://docs.dixa.io/_mock/openapi/dixa-api/v1/v1/organization
- https://dev.dixa.io/v1/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/v1/v1/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" } }