Authenticating Requests
Learn about how to add access tokens to your requests to authenticate them.
To add the access token to your requests, you can add the x-marketplace-token
field to the headers of them.
For example:
```
GET /api/v3/marketplace/transactions HTTP/2
Host: marketplace-api.marketplace.taxamo.com
x-marketplace-token: ms_******************************
Updated 8 months ago