cURL
curl --request POST \ --url https://crm.universal.rollout.com/api/ponds \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Rollout-Credential-Id: <api-key>' \ --data ' { "name": "<string>", "assignedUserId": "<string>", "userIds": [ "<string>" ], "personIds": [ "<string>" ] } '
{ "id": "<string>", "name": "<string>", "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {}, "assignedUserId": "<string>", "users": [ { "id": "<string>" } ], "people": [ { "id": "<string>" } ] }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
Created
Show child attributes