Learn how to generate and manage access tokens for Phoenix integration
View Backend Code Example
Parameter | Description | Example |
---|---|---|
client_id | Your client ID provided by the Phoenix team | "2SERtJ2DPnkkTQbvnqyS5y" |
client_secret | Your client secret provided by the Phoenix team | "a1b2c3d4e5..." |
grant_type | The grant type (always use "client_credentials" ) | "client_credentials" |
client_id
and client_secret
should never be exposed in frontend code.
Node.js Example