Set Available Callouts
This endpoint sets your community's available ERS callouts.
Set Available Callouts
Request Body
Name
Type
Description
Updated 1234 calloutsINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_AVAILABLE_CALLOUTS",
"data": {
"callouts": [
{
"id": "some_callout_name",
"data": {}
},
{
"id": "some_callout_name_2",
"data": {}
}
],
"serverId": 1
}
}Last updated
Was this helpful?

