Sign up and get started with Confidence today! Create your account
Executes the getRolloutInfo function.
cURL
curl --request POST \ --url https://experiments.confidence.dev/v1/workflows/rollout/instances/{instance}:getrolloutinfo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "parameters": {} } '
{ "maxReachWithMonitoring": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Parameters for the function.
OK
Was this page helpful?