Required headers
Authorization: Bearer <authToken>X-Rollout-Credential-Id: <credentialId>
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <authToken>X-Rollout-Credential-Id: <credentialId>curl "https://tms.universal.rollout.com/api/people" \
-H "Authorization: Bearer $AUTH_TOKEN" \
-H "X-Rollout-Credential-Id: $CREDENTIAL_ID" \
-H "Content-Type: application/json"