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

Documentation Index

Fetch the complete documentation index at: https://docs.synctera.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

redirect response url to the authentication page

redirect_url
string

Complete URL to redirect to for the test authorization flow