Skip to main content
POST
/
v5
/
taxes
/
filingUrl
Get tax filing URL
curl --request POST \
  --url https://sandbox.hurdlr.com/rest/v5/taxes/filingUrl \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://hurdlr.com/filing?code=foo",
  "isExistingUser": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful operation

url
string
required

Tax Filing URL to redirect user to

Example:

"https://hurdlr.com/filing?code=foo"

isExistingUser
boolean

Whether the user has already started the tax filing flow