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