0xCard Documentation
  1. Users 👤
0xCard Documentation
  • Overview 📃
  • Updates log ⚙️
  • Client API 🖥
    • Users 👤
      • Create
        POST
      • Get
        POST
    • Cards 💳
      • Layouts List
      • New
      • Details
      • Top Up
      • List
      • Transactions
      • Statement
      • Block
      • Freeze
      • Unfreeze
  • Merchant API (CLOSED)
  • Webhook 📥
    • Overview
    • Descriptions & Typing
    • Demo 📝
      • Brief description
      • Payment
      • Verification Code
      • Change Card Status
      • Recharge Card
      • Card Block
  • Components 🗂
  1. Users 👤

Create

POST
https://api.0xcard.org/api/users/create

Request

Body Params application/json

Example
{
    "email": "string",
    "phone_number": "string",
    "phone_prefix": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.0xcard.org/api/users/create' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "string",
    "phone_number": "string",
    "phone_prefix": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "result": "string",
    "data": {
        "result": "string",
        "data": {
            "id": "string"
        }
    }
}
🟠400Bad Request
🟠422Validation Error
Modified at 2024-08-22 09:36:34
Previous
Updates log ⚙️
Next
Get
Built with