client_id value from the response (it’s a JWT) to a FOREST_CLIENT_ID variable in your .env file.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -H "Content-Type: application/json" \
-H "Authorization: Bearer FOREST_ENV_SECRET" \
-X POST \
-d '{"token_endpoint_auth_method": "none", "redirect_uris": ["APPLICATION_URL/forest/authentication/callback"]}' \
https://api.forestadmin.com/oidc/reg
client_id value from the response (it’s a JWT) to a FOREST_CLIENT_ID variable in your .env file.Was this page helpful?