latestSwagger 2.02026-08-108756114.6 KB

90e715bcdf3d

user

Validate/Retrieve OAuth2 token

Validate if the credentials are valid and return the OAuth2 token. It supports User Credentials ( username, password ), Facebook Token ( facebook_token ), or Partner login (partner_auth) grant types. When passing facebook_token or partner_auth then username and password are no longer required.

post/user/authenticate

Response

Access token information to use for OAuth requests

access_tokenstring

OAuth Access Token

expires_ininteger

Time in seconds that the OAuth access token expires

token_typestring

OAuth Token Type

scopestring

OAuth scope granted

refresh_tokenstring

OAuth Refresh Token