Authentication

How to authenticate with Pylon's API

The Pylon API uses Bearerarrow-up-right authentication. This means you’ll need to pass your API token in the header of your request:

Authorization: Bearer <token>
circle-info

Generate an API token in the Pylon dashboardarrow-up-right.

Once creating a token, you can hit the /me endpoint to retrieve details about your organization to confirm your token is working as expected.

circle-info

Actions performed by the token will show up with name of the token.

Last updated

Was this helpful?