---
title: "POST /ethereum-login/id-tokens"
method: POST
path: "/ethereum-login/id-tokens"
tags: ["EthereumLoginController"]
---

# POST /ethereum-login/id-tokens

`POST /ethereum-login/id-tokens`

## Request body

- WalletIdTokenRequest
  - `requestId` string, required — Unique request id for the login
  - `signatureType` string — Signature type
  - `signature` string, required — Signature of the message for the given login
  - `accountId` string — Account id of the signer
  - `scopes` string — Permission scopes granted to this login action

## Response `200`

OK

- WalletIdTokenResponse
  - `idToken` string, required — ID token

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
