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