Create a client
Open API clients and click Create client. Trevi returns a client ID and secret once.Exchange for a token
Sendclient_id, client_secret, and grant_type=client_credentials to /api/auth/token to obtain a bearer token.
Create client credentials for programmatic access.
client_id, client_secret, and grant_type=client_credentials to /api/auth/token to obtain a bearer token.