cURL
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 }
Get URL to redirect the user to, putting them into the tax filing flow
The access token received from the authorization server in the OAuth 2.0 flow.
Successful operation
Tax Filing URL to redirect user to
"https://hurdlr.com/filing?code=foo"
Whether the user has already started the tax filing flow