Integrate ExpoDeploy into your CI/CD pipelines, monitoring tools, or custom dashboards using our REST API. All endpoints return JSON and follow RESTful conventions.
All API requests require authentication using a bearer token. Generate API tokens from your dashboard settings:
Authorization: Bearer YOUR_API_TOKENInclude this header in all API requests. Tokens never expire but can be revoked at any time.
All API requests should be made to:
https://expodeploy.me/api/v1Use HTTPS for all requests. The API uses standard HTTP status codes to indicate success or failure.
GET/projectsRetrieve a list of all projects in your workspace
POST/buildsManually trigger a new build for a project
GET/builds/:idGet detailed information about a specific build
API requests are rate-limited to prevent abuse:
X-RateLimit-Remaining) included in all responsesFor high-volume integrations, contact support to discuss custom rate limits.