Authentication
How to authenticate with Pylon's API
The Pylon API uses Bearer authentication. This means you’ll need to pass your API token in the header of your request:
Generate an API token in the Pylon dashboard.
Once creating a token, you can hit the /me
endpoint to retrieve details about your organization to confirm your token is working as expected.
Actions performed by the token will show up with name of the token.
Last updated