The Merge API requires a bearer token to authenticate requests. Therefore all API calls must include a bearer token in the authorisation header.
An example of a request including the authentication header is shown in the following code snippet:
curl --request GET \
--url 'https://api-sandbox.merge.money/v1/account?page=1&size=50' \
--header 'Authorization: Bearer 9Ao8a1Vi9HWDp1mc1VsUvAvHUgtm2ZtYwZDDshLL6ws=' \
--header 'accept: application/json'
