cURL
curl --request POST \ --url https://sandbox.tight.com/v6/config/integrations/front \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "apiToken": "<string>", "channelName": "<string>" } '
{ "result": "SUCCESS", "data": { "apiToken": "<string>", "channelName": "<string>" } }
Configure Front integration credentials
Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.
Bearer <token>
<token>
Front API Token for authentication.
Front Channel Name for message routing.
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes