cURL
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>" }
Get URL to redirect the user to, putting them into the tax filing flow. The URL includes an OAuth authentication code, for Tight’s tax filing partner to automatically read necessary tax data from the user’s profile
The access token received from the authorization server in the OAuth 2.0 flow.
Success
Tax Filing URL to redirect user to
"https://hurdlr.com/filing?code=foo"