POST
/
api
/
external
/
sync
/
callback
Sync Callback
curl --request POST \
  --url https://{env}.tartanhq.com/api/external/sync/callback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "email": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

name
string
email
string

Response

Sync successful