cURL
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>" } '
Sync employee data to the external system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sync successful