The date format is YYYY-MM-DD. For example, in the request:
curl -H "Authorization: Bearer ${access_token}" \ "https://api.truelayer.com/data/v1/accounts/${account_id}/transactions?from=${from}&to=${to}"
The date should be formatted like this:
2018-02-18
More info
Check out our comprehensive API documentation:
Comments
0 comments
Please sign in to leave a comment.