TwentyAPI OAuth Token API
The single documented authentication endpoint for TwentyAPI. Exchanges a TwentyCi-issued client_id, client_secret, username and password for a bearer access token and refresh token, which is then presented in an Authorization header as "Bearer ". TwentyCi labels the scheme OAuth2 with an Implicit flow while documenting a resource-owner password-credentials request body; the only documented scope value is "*". No OpenID Connect discovery document is served.