Authentication

The Merge API requires Bearer token to authenticate requests. 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://sandbox-api.merge.money/v1/account?page=1&size=50' \
     --header 'Authorization: Bearer 9Ao8a1Vi9HWDp1mc1VsUvAvHUgtm2ZtYwZDDshLL6ws=' \
     --header 'accept: application/json'

Did this page help you?