meetergomeetergo Help

Personal Access Token

Generate and use personal access tokens for meetergo API authentication

Updated on June 12, 2026

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.

What the token can access

A Personal Access Token acts as you. API calls behave exactly like actions you perform in the meetergo dashboard, with your role and permissions:

  • As a regular member, the token can manage your own meeting types, availability, and bookings.
  • As an admin, the token can also read and manage data across your workspace, for example listing users or retrieving other users' appointments.

The token cannot create, update, or delete users, and it cannot act on behalf of another user. These operations require the meetergo API Platform. You can find details in the developer 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.