Authorizations
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Path Parameters
Unique identifier of the user. Format: usr-<number>
.
"usr-4693224802260150919"
Body
Type of the social provider.
google
, microsoft
, github
Login identifier of the user (here email address).
"jane@doe.com"
Unique identifier of the user in the social provider.
"53150919"
URL of the avatar of the user in the social provider.
"https://avatars.githubusercontent.com/u/53150919?v=4"
Full name of the user in the social provider.
"Jane Doe"
Response
Social login has been created.
Unique identifier of the social account.
"soc-6060375336139150919"
Type of the social provider.
"github"
Login identifier of the user (here email address).
"jane@doe.com"
Unique identifier of the user.
"usr-4693224802260150919"
Unique identifier of the user in the social provider.
"53150919"
URL of the avatar of the user in the social provider.
"https://avatars.githubusercontent.com/u/53150919?v=4"
Full name of the user in the social provider.
"Jane Doe"