POST
/
enterprise
/
api
/
v1
/
syncs
/
{sync_id}
/
test
curl --request POST \
  --url https://api.squared.ai/enterprise/api/v1/syncs/{sync_id}/test \
  --header 'Authorization: Bearer <token>'
{
  "message": "Sync test triggered successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sync_id
integer
required

The ID of the sync to be tested

Example:

72

Response

200 - application/json
Sync test triggered successfully
message
string
Example:

"Sync test triggered successfully"