cURL
curl --request POST \ --url https://api.mottostreaming.com/monetization/integrations/v1/cleeng \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "project_id": "<string>", "broadcaster_id": "<string>", "api_key": "<string>", "is_production": true }'
{ "integration": { "id": "<string>", "project_id": "<string>", "broadcaster_id": "<string>", "api_key": "<string>", "is_production": true } }
CreateCleengIntegration
Creates new integration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
CleengIntegration
OK
The response is of type object.
object