curl --request GET \
--url https://api.getgranite.ai/api/organizations{
"organizations": [
{
"organization_id": "<string>",
"organization_name": "<string>",
"organization_slug": "<string>",
"membership_type": "<string>",
"membership_details": {}
}
]
}Get all organizations accessible to the authenticated user
curl --request GET \
--url https://api.getgranite.ai/api/organizations{
"organizations": [
{
"organization_id": "<string>",
"organization_name": "<string>",
"organization_slug": "<string>",
"membership_type": "<string>",
"membership_details": {}
}
]
}Successful Response
List of available organizations
Available organizations
Show child attributes