Dubbz Docs
  • Welcome
    • Introduction
    • Pricing
    • User Payments
    • Onboarding
    • Legal and Compliance
  • Get Started
    • Choosing your Integration Path
    • Generate your API Key
    • HTTP API
      • Dubbz in Your Game
        • User Registration
          • Get user signature
          • Register User
        • Async Challenge
          • Create Wager Match
          • User Confirm Match
          • Report Score
        • PVP
          • Create Wager Match
          • User Confirm Match
          • Report Score
      • Your game in Dubbz
        • Async Challenge
          • Create Match
          • Report Score
        • PVP
          • Create Match
          • Report Score
    • Unity SDK
      • Installation Preparation
      • Configuration
      • Usage
  • Resources
    • FAQ
    • Contact us
Powered by GitBook
On this page
  1. Get Started
  2. HTTP API
  3. Dubbz in Your Game
  4. User Registration

Get user signature

PreviousUser RegistrationNextRegister User

Last updated 1 year ago

Get Message to Sign

post

Links your game's user account with a new or existing Dubbz account.

Body
addressstringOptionalExample: 0xf977814e90da44bfa03b6295a0616a897441acec
Responses
200
Get Message to Sign
application/json
post
POST /api/v1/partner/web3/signin/generate-message HTTP/1.1
Host: dubbz.com
Content-Type: application/json
Accept: */*
Content-Length: 56

{
  "address": "0xf977814e90da44bfa03b6295a0616a897441acec"
}
200

Get Message to Sign

{
  "signMessage": "I agree to Dubbz terms of service..."
}