Personal Access Token
Generate and use personal access tokens for meetergo API authentication
meetergo allows you to easily generate a personal access token that you can use to authenticate with the meetergo API.
Personal Access Tokens are available for Enterprise customers.
Your personal access token should not be shared with anyone outside your organization.
Creating a Personal Access Token
Follow these steps to create a personal access token and use it with our API:
- Log into your meetergo account and navigate to Integrations & Apps
- Find the "Personal Access Tokens" section
- 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.
Make sure to copy the token to a secure location, as it cannot be displayed again after creation.
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.