meetergomeetergo Help

Personal Access Token

Generate and use personal access tokens for meetergo API authentication

Updated on December 17, 2024

meetergo allows you to easily generate a personal access token that you can use to authenticate with the meetergo API.

Creating a Personal Access Token

Follow these steps to create a personal access token and use it with our API:

  1. Log into your meetergo account and navigate to Integrations & Apps
  2. Find the "Personal Access Tokens" section
  3. Click "Create Token" to generate a new access token

To create your token, you need to give it a unique name. You can optionally set an expiration date.

Usage

To access protected resources, your personal access token (copied in the previous step) must be provided as a Bearer token in the Authorization header of your request.

Example header:

Authorization: Bearer your_token_here

For more detailed instructions on using the API endpoints, refer to our API documentation.

Security

For security reasons, the token is not stored on our servers. This means you cannot view your token after it has been issued.

Additionally, we recommend setting an expiration date for your tokens. After a token expires, it can no longer be used to authenticate with the API.

If you want to revoke one of your tokens, you can do so using the "Revoke" button next to the token. Once you revoke a token, it can no longer be used to authenticate with the API.

Was this article helpful?

Let us know if this article answered your questions.