Criex Merchant Technical User Api
  1. Schemas
Criex Merchant Technical User Api
  • SSO
    • Authenticate user
      POST
  • Invoices
    • Add invoice
      POST
    • Get invoice by id
      GET
  • Schemas
    • Schemas
      • SSOAuthenticationRequest
      • MerchantRole
      • KycLevel
      • SSOAuthenticationResponse
      • CreateInvoiceItem
      • CreateInvoice
      • Address
      • InvoiceStatus
      • InvoiceType
      • CryptoCurrencyFamily
      • PaymentAssetType
      • PaymentProviderName
      • CreatedAt
      • InvoicePaymentRequest
      • UpdatedAt
      • Invoice
  1. Schemas

SSOAuthenticationResponse

{
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "username": "string",
    "user_display_name": "string",
    "role": "string",
    "merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
    "merchant_role": "admin",
    "token": "b5507016-7da2-4777-a161-1e8042a6a377",
    "kyc_level": "no-level"
}
Built with