Skip to main content
If you’re not looking to build API reference documentation, you can skip this section.
API Key Authentication is a straightforward method for securing access to the Telepie API’s. You can generate an API key through Telepie’s dashboard, allowing you to define permissions, set expiration dates, and specify IP restrictions if necessary.

Using the API Key as a Bearer Token

To authenticate your API requests using the API key as a Bearer token, include it in the Authorization header as follows:
Authorization: Bearer your_api_key
Replace your_api_key with the actual API key you generated.