Create profile

API Request

POST/profiles

Create a new profile and generate a default QR Code. Returns the QR Code link image.

JSON Parameters

KeyTypeTagsDescription
custom_idstring
required
unique
Unique identifier from your services (1-64 characters)
namestring
required
RolePlay name of the profile (1-64 characters)
phone_numberstring
required
unique
Phone number of the profile (1-32 characters)

Response example

{
  "success": true,
  "message": null,
  "code": 201,
  "data": {
    "qrcode": "https://link/to/qrcode.png"
  }
}

What's next?

Powered by Doctave