Skip to main content

Authentication

meetergo API uses API keys to authenticate requests. You can view and manage your API keys in the meetergo Dashboard.

Make sure to keep your API keys secret as they carry many privileges. Your personal access token should never be shared with anyone outside your organization.

How to generate an API key

Follow these steps in order to create an API key and use it with our API:

  1. Click here to login to your meetergo administrator account and go to API Integration.
  2. Click on the Personal Access Tokens tile to see your access tokens
  3. Click on Create Token create your new access token.
  4. After creating the token, make sure to copy it to a safe location as it cannot be shown again.
note

In order to create your token, you must give it a unique name. You can optionally set an expiry 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 in your request.

Authorization: Bearer <your-token-here>

Refer to our API Documentation for more detailed instructions on using API endpoints.

Security

For security reasons, the token is not stored on our servers. This means that you cannot see your token after it was issued.

Furthermore, we recommend setting an expiry date on your tokens. After the token's expiry date, it cannot be used to authenticate to the API again.

If you would like to revoke one of your tokens, you can do so using the Revoke button next to the token. Once you revoke a token, it cannot be used to authenticate to the API.