cURL
curl --request POST \ --url https://sandbox.hurdlr.com/rest/v5/banks/plaidAccessToken \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: */*' \ --data ' { "plaidAccessToken": "<string>", "tranStartDate": "2023-11-07T05:31:56Z" } '
{ "response": {}, "status": "SUCCESS" }
Save a Plaid access token for the API Partner’s user
The access token received from the authorization server in the OAuth 2.0 flow.
Parameters for the POST plaidAccessToken endpoint
Plaid access_token obtained from Partner app
Earliest day for which to pull transactions
Successful operation
SUCCESS
FAILURE