---
title: "User social login"
method: POST
path: "/users/social_login"
tags: ["Users"]
---

# User social login

`POST /users/social_login`

User social login

## Query parameters

- `token` string, string, required
- `type` string, string, required

## Request body

- AddSociallogin
  - `code` string
  - `access_token` string
  - `oauth_verifier` string
  - `oauth_token` string

## Response `200`

Loggedin successfully

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
