Authorization header:
Personal access tokens
The simplest way to authenticate is with a personal access token. Generate one from your dashboard settings.1
Go to Settings
Navigate to Settings > Personal Access Tokens in the Plugchoice dashboard.
2
Create a token
Click Create Token, give it a descriptive name, and copy the token value. The token is only shown once.
3
Use the token
Include the token in the
Authorization header of your API requests.OAuth 2.0
For third-party integrations, Plugchoice supports OAuth 2.0. The following grant types are available:The OAuth endpoints live on the dashboard host (
https://app.plugchoice.com/oauth/*), not on the API host. Only the /v3 resource endpoints are served from https://api.plugchoice.com.Authorization code flow
1
Redirect to authorize
Redirect the user to the authorization endpoint:
2
Exchange code for token
After the user grants access, exchange the authorization code for tokens:
3
Use the access token
Use the returned
access_token in the Authorization header: