POST
/
fdx_auth_requests
/
authorize
Grant an FDX authorization request
curl --request POST \
  --url https://api.synctera.com/v1/fdx_auth_requests/authorize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "auth_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "business_id": "<string>",
  "customer_id": "<string>",
  "status": "DENIED"
}'
{
  "redirect_uri": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

FDX authorization grant

The body is of type object.

Response

201
application/json

FDX authorization grant response

The response is of type object.