HTTP Get General Information

Using the tax document credentials supplied by the user,
your 1040 app submits a simple HTTP GET request to our API server

The request uses FDX-standard protocols and includes Accept, Authorization, and custom (x-apikey) headers.

URL. Path includes Document ID.
https://{apiGatewayAddress}/fdx/v5/tax-forms/6215901221224448
Accept
Accept: application/json
Authorization

The authorization header consists of a string of "{taxDocumentId}:{taxDocumentCode}" encoded using Base64 encoding.

Authorization: Basic {base-64-encoded-tax-document-id-colon-document-code}
x-apikey
x-apikey: {your-api-key}

Contact support@schedulek-1.com to set up an API service agreement and obtain an API key.