# Get OAuth2 Token Generates an OAuth2 token. Endpoint: POST /oauth2/token Version: v3 ## Request fields (application/x-www-form-urlencoded): - `grant_type` (string, required) - `client_id` (string, required) - `client_secret` (string, required) ## Response 200 fields (application/json): - `access_token` (string) - `token_type` (string) - `expires_in` (integer)