cURL
curl --request POST \ --url https://api.domo.com/v1/pages/{page_id}/collections \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "East Sales", "description": "East Region team includes all Eastern states.", "cardIds": [ 2535, 233, 694 ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of page that contains the page collection
Returns the parameter of success or error based on the page ID being valid.