Authentication
Learn how to authenticate API requests using your API key from account settings with the Bearer token in the Authorization header
Authentication is done via the API key which you can find in your account settings. When making a call, you'll have to specify this API key with the Authorization header. Here's an example:
Authorization: Bearer <token>How is this guide?
Last updated on
