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:
Authorization: Bearer <token>
Once creating a token, you can hit the /me
endpoint to retrieve details about your organization to confirm your token is working as expected.
Last updated
Was this helpful?