Base URL
The base URL for the Laravel Cloud API is:Authentication
All API requests require a bearer token in theAuthorization header. See API authentication for setup instructions.
Make Your First Request
Once you have a token, you can make requests directly to the API. The following example returns a JSON:API list of your applications:Next Steps
- Review API authentication for token setup and security guidance.
- Explore Laravel Cloud CLI if you want to work from the terminal.
- Browse the endpoint reference in the API sidebar to see available resources and request schemas.

