GET
/
fdx_auth_requests
/
authorization_test
Authorization Test
curl --request GET \
  --url https://api.synctera.com/v1/fdx_auth_requests/authorization_test \
  --header 'Authorization: Bearer <token>'
{
  "redirect_url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

201
application/json

redirect response url to the authentication page

The response is of type object.