Get organization
curl --request GET \
--url https://cloud.laravel.com/api/meta/organization \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "organizations",
"attributes": {
"name": "<string>",
"slug": "<string>"
}
}
}Meta
Get organization
Get details about the currently authenticated organization.
GET
/
meta
/
organization
Get organization
curl --request GET \
--url https://cloud.laravel.com/api/meta/organization \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "organizations",
"attributes": {
"name": "<string>",
"slug": "<string>"
}
}
}Was this page helpful?
⌘I

