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>"
}

Documentation Index

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

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

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