curl --request GET \
--url https://api.open.cx/org \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}Retrieve the organization associated with the current API key.
curl --request GET \
--url https://api.open.cx/org \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?