/c/oauth2

Used to obtain the authorization codes (OAuth 3-legged) or the access token (implicit 2-legged)

get

Used to obtain the authorization codes or the access token (implicit)

/o/oauth2

Used for obtaining access token (authorization code grant), refreshing token, revoking token, obtaining token information.

get

Used for obtaining access token and sometimes also a refresh token with authorization code grant.

post

Used for obtaining access token and sometimes also a refresh token with authorization code, refresh token, or client credentials grant.

Used for obtaining information about an access or refresh token.

get

Used for obtaining information about an access or refresh token.

Used for revoking an access token.

get

Used for revoking an access token.