Skip to main content
POST
/
v6
/
integrations
/
moov
/
connection
Link Moov
curl --request POST \
  --url https://sandbox.tight.com/v6/integrations/moov/connection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountId": "<string>"
}
'
{
  "result": "SUCCESS",
  "data": {
    "accountId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, see Authentication for more detail.

Body

application/json
accountId
string
required

Moov account ID

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object