Skip to main content
POST
/
finance
/
feedback
/
sync
Sync client feedback from PT
curl --request POST \
  --url http://134.209.118.139:3002/finance/feedback/sync \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '{}'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json

The body is of type object.

Response

Feedback synced