Rest API Reference
Auth#
API Requests require the Rollout Auth JWT in the Authorization
header.
Base URL#
API requests are made to a specific Project Environment, whose base URL is https://<your-project-env-key>.rolloutapp.com/api
Example Request#
curl --location --request POST 'https://<your-project-env-key>.rolloutapp.com/api/<Endpoint URI>' \--header 'Authorization: Bearer <JWT>' \--header 'Content-Type: application/json' \--data-raw <Request Data>
API Reference#
Each Project Environment hosts its own API documentation available at https://<your-project-env-key>.rolloutapp.com/api-docs
.
The docs hosted by your Project Environment correspond to the version of the Rollout platform your environment is running, but you can also find a general reference here.