Access token
An access is required to perform actions on the Pathly API. A token has an expiration time where the token will no longer be valid and a new token should be requested to the server.
📄️ Create access token
Use the `Merchant ID` and `Secret Key` | `Publishable Key` to generate an access token. The returned access token should be used when authorizing future API requests with the `Authorization`: `Bearer <token>` header