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>
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.
/me
Actions performed by the token will show up with name of the token.
Last updated 1 year ago
Was this helpful?