Skip to main content
Welcome to the Rollout API reference. This section covers the core concepts you need before diving into endpoints.

Base URL

https://universal.rollout.com/api

Authentication (at a glance)

All requests require an Authorization header with a Bearer token (your authToken). Some endpoints operate on connected data and may also require X-Rollout-Credential-Id. When needed, the endpoint docs will call it out.

Response shape

List endpoints typically return a data array plus a _metadata object with pagination details like offset, limit, total, next, and nextLink when available.

Next steps

  • Read Authentication for header details and example requests.
  • See Pagination for how list endpoints are navigated.
  • Review Errors for status codes and error payloads.