cURL
curl --request POST \ --url https://sandbox.tight.com/v6/config/integrations/moov \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accountId": "<string>", "publicKey": "<string>", "secretKey": "<string>" } '
{ "result": "SUCCESS", "data": { "accountId": "<string>", "publicKey": "<string>", "secretKey": "<string>" } }
Configure Moov integration credentials
Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.
Bearer <token>
<token>
Moov Facilitator Account ID for platform identification.
Moov Public Key for API authentication.
Moov Secret Key for API authentication.
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes