Authentication
Learn how to authenticate your requests to the Extend API
The Extend platform uses Bearer token authentication for all API requests. You’ll need to include your API token in the Authorization header of each request.
Important: Keep your API tokens secure and never share them publicly. Rotate them regularly and immediately if they’re ever compromised.
Include your API token in the Authorization header:
If authentication fails, you’ll receive a 401 Unauthorized response. Common causes include: