curl --request GET \
--url https://api.trysynch.com/User/{registrationId}/DebitAuth \
--header 'Authorization: Bearer <token>'{
"enabled": true,
"limit": 123,
"status": "<string>"
}Returns a debit authorization for a user with amount and status
curl --request GET \
--url https://api.trysynch.com/User/{registrationId}/DebitAuth \
--header 'Authorization: Bearer <token>'{
"enabled": true,
"limit": 123,
"status": "<string>"
}JWT Authorization header using the Bearer scheme.
Use /auth/token to obtain access token.
Enter 'Bearer' [space] and then your token in the text input below.
Example: 'Bearer eyJhbGci...'
Was this page helpful?