---
title: "Add an External Account"
method: POST
path: "/{item_id}/external-account"
tags: ["Account publishing"]
---

# Add an External Account

`POST /{item_id}/external-account`

Check and add an external account to your item.

> ❗️ Please note that if you're linking a Social Club account to Steam, it will update the last activity on your account (This is a limitation of Steam). If Social Club Games does not have a linked account, do not enter any data.

## Path parameters

- `item_id` integer, required — Item id.

## Request body

- object
  - `type` 'socialclub', required — External account type.
  - `login` string — Account login data (login:password format).
  - `email_login_data` string — Email login data (email:password format).
  - `cookies` string — Cookies.

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `400` — Unauthorized
- `401` — Unauthorized
- `403` — Error Response.
- `404` — Error Response.

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/revisions/e939f4b36a9f/schema)
