API Reference

Auth#

API Requests require the Rollout Auth JWT in the Authorization header.

curl --location --request POST 'https://api.rollouthq.com/<Endpoint URI>' \
--header 'Authorization: Bearer <JWT>' \
--header 'Content-Type: application/json' \
--data-raw <Request Data>

API Reference#

See the Rollout Swagger Docs for information on the available API endpoints.