curl --request GET \
--url https://api.getarbol.com/v1/organization \
--header 'Authorization: Bearer <token>'{
"error": {
"code": "<string>",
"message": "<string>",
"details": {}
},
"requestId": "<string>"
}curl --request GET \
--url https://api.getarbol.com/v1/organization \
--header 'Authorization: Bearer <token>'{
"error": {
"code": "<string>",
"message": "<string>",
"details": {}
},
"requestId": "<string>"
}Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Organization details