cURL
curl --request POST \ --url https://crm.universal.rollout.com/api/stages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Rollout-Credential-Id: <api-key>' \ --data ' { "name": "<string>", "orderWeight": 123 } '
{ "id": "<string>", "name": "<string>", "orderWeight": 123, "originalIds": {}, "original": {} }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
Created
Show child attributes