DiceX DevelopersDiceX API Docs

Send

POST
/api/v1/Otp/Send
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://gateway.dicex.me/api/v1/Otp/Send" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "message": "string",
  "code": "string",
  "cost": 0
}