v1

latestOpenAPI 3.1.02026-07-263036.7 KB

Initialize Tax Filing

post/v1/exp/initialize_tax_filing

Request body

user_identifierstring required

A unique identifier (e.g. GUID) from the host app system that will be used to reference this user. This identifier must be the same across sessions for a given user.

Response

200

user_identifierstring
user_urlstring
user_tokenstring
data_errorsstring[]

An array of warnings / alerts. If providing prefill tax document data, validation errors or prefill alerts may be included here.

Example response

{
  "user_identifier": "d69431b9-fdd8-43f1-ad68-878d317c04e9",
  "user_url": "https://app-sandbox.columnapi.com/tax-filing?params=eyJ0b2tlbiI6ImV5SmhiR2NpT2lKSVV6STFOaUo5LmV5Sm9iM04wWDJKaGJtdGZkWE5sY2w5cFpHVnVkR2xtYVdWeUlqb2lNVFkyTmpFNU5qZzJNQzFoWW1NdE1USXpJaXdpYUc5emRGOWlZVzVyWDJsa0lqb3hMQ0psZUhBaU9qRTJOalk0TURFMk5qQjkuTVNhQjV5Q1dpWXEzOU1tOXJUcjFzRS13TTBuUkk0V3F3cHBPemlYc1paTSJ9",
  "user_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}
All 3 operations