The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request GET \ --url https://cloud.laravel.com/api/applications/{application} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "applications", "relationships": {} }, "included": [ { "id": "<string>", "type": "repositories" } ] }
Get a specific application.
The Bearer Token generated on the Cloud UI.
The application identifier
Available includes are organization, environments, defaultEnvironment. You can include multiple options by separating them with a comma.
organization
environments
defaultEnvironment
ApplicationResource
Show child attributes
Was this page helpful?