Skip to main content
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>"
    }
  }
}

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Response

OrganizationResource

data
OrganizationResource · object
required