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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Success

url
string
required

Tax Filing URL to redirect user to

Example:

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

code
string
code2
string