Create Token
Create Token
Exchanges client credentials for an access token.
POST
Create Token
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Body
application/json
OAuth grant type
Available options:
client_credentials Example:
"client_credentials"
Client ID for client_credentials token exchange
Client secret for client_credentials token exchange
Project ID (UUID) for scoped tokens
Project slug for scoped tokens (alternative to project_id)
Custom domain to resolve project (alternative to project_id/project_slug)