API
Русский
Русский
  • Введение
  • Требования к использованию API
  • Авторизация клиента
  • Создание инвойса и проведения платежа
  • API reference
    • Currency
      • Chain
      • Coin
      • Tokens
    • Api
      • Balance
        • Coin
        • Fiat
        • General
        • State
          • User
        • Available
          • Off
          • Set
        • Default
          • Off
          • Set
      • Country
        • Id
        • Sepa
      • Notification
        • Unread
      • Product
        • Favorite
        • Onboarding
      • Referral
        • Statistics
      • Subscribe
        • Info
      • Support
      • Tfa
        • Otp
        • Type
      • Timezone
        • Set
      • Transfer
        • Exchange
          • Course
        • Check
          • Recipient
      • Wallet
      • Blockchain
        • Multisigs
        • Operations
          • Types
      • Docs
        • List
          • Status
        • Profile
          • Contract
          • Questionnaire
            • Confirm
        • Show
      • Owner
        • Currency
          • Tokens
        • Info
          • Avatar
        • Subtype
        • Type
      • Pay
        • M pos
          • All
          • Statistic
          • Statistics
          • Status
            • Available
        • Pay form
          • Info
          • Statistic
          • Statistics
          • Status
            • Available
        • Pay link
          • Coins
          • Info
          • Return
          • Reusable
          • Search
          • Statistic
          • Statistics
          • Temporary
          • Status
            • Available
        • Business wallet
          • Statistic
          • Statistics
      • Personal
        • Email
          • Otp
            • Check
        • Psw
          • Otp
            • Check
      • Receive
        • Create
      • Report
        • Excel
      • User
        • Delete
        • Info
          • Avatar
        • Invite
          • List
          • Role
          • Send
        • List
      • Withdrawal
        • Sepa
          • Commission
          • Template
    • Auth
      • Log out
      • Qrcode
      • Sign in
        • Psw
          • Check
      • Recovery
        • Psw
          • Otp
            • Check
      • Sign up
        • Check
        • Email
          • Check code
          • Get code
        • Owner
          • Update
        • Pss
          • Set
        • User
          • Update
      • Token
        • Check
        • Refresh
      • Tfa
        • Otp
          • Email
    • Invoice
      • Create
      • Pay
      • Receive
    • Tfa
      • Reset
      • Otp
        • Reset
          • Id
    • External
      • Transfer
        • Info
        • Check
          • Send
    • Notify
      • Compliance
        • Identify
    • Paylink
      • External environment
        • Info
        • M pos prepay
        • Pay form prepay
  • Specification
Powered by GitBook
On this page
  1. API reference
  2. Auth

Sign in

PreviousQrcodeNextPsw

Authorization

post

Client authorization

Body
emailstringRequired
otpstringOptional
passwordstring · min: 8Required
Responses
200
token
application/json
Responsestring
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //auth/sign-in HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 47

{
  "email": "text",
  "otp": "text",
  "password": "text"
}
text