TaliwareTaliware Developer

CL2C Swagger reference

Choose an endpoint, enter its required values, and inspect or send a real API request.

OpenAPI 3.0.3 · Swagger format

View or download the OpenAPI specification

21 endpoints
Complete endpoint URL
posthttps://developer.taliware.com/api/v1/cl2c/user

Invite (create) a userOrganization record for this organization

Create an invited (or existing) userOrganization for the organization. If the email matches a registered user, userId will be linked automatically.

POST
/cl2c/user
x-api-key<token>

In: header

emailstring
Formatemail
phone?string | null

Response Body

curl -X POST "https://developer.taliware.com/api/v1/cl2c/user" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{
  "data": {
    "id": "string",
    "email": "string",
    "walletAddress": "string",
    "totalNFTs": 0,
    "status": "ACTIVE",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "user": {
      "id": "string",
      "name": "string",
      "image": "string",
      "emailVerified": true,
      "isRegistered": true
    }
  }
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
CL2C API Reference | Taliware Developer