Social Login
Query Parameters
typestring Required
External login type
Enum values:
DeviceUsernameFacebookTwitterGoogleMsisdnDeedoPacemakerAppleSony... 8 other enums
tokenstring Required
Token
applicationIdstring Required
Application Id
uniqueIdstring
Unique Id
secretstring
Secret
Response
200
Object
OK
Response Attributes
access_tokenstring
A token granting access to protected resources on behalf of the user
token_typestring
The type of token issued, typically indicating the authentication scheme (e.g., Bearer)
expires_innumber
The duration in seconds before the access token expires and requires renewal
refresh_tokenstring
A token used to refresh the access token without re-authenticating
Was this section helpful?
Response
Status Codes
200
Everything worked as expected.
400
The request was unacceptable, often due to missing a required parameter.
401
The request was unacceptable, often due to missing a required parameter.
402
The parameters were valid but the request failed.
403
The API key doesnt have permissions to perform the request.
404
The requested resource does not exist.
Was this section helpful?