cURL
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>" } } }
Get details about the currently authenticated organization.
The Bearer Token generated on the Cloud UI.
OrganizationResource
Show child attributes
Was this page helpful?