Getting Started

POST https://gateway.noxxo.com/v1/partners/onboarding

Request Body

Fields

Name
Type
Description

enterpriseName*

String

partner company name

clientRepresentiveEmail*

String

company representative email

clientRepresentivePassword*

String

password with minimum: 16, maximum: 36 characters

clientRepresentivePhoneNo*

String

company representative phoneNo

enterpriseLocation*

String

company/enterprise registered location/address

grant_services*

String

service options: FORENSICS, QUOTESANDORDERS, CRYPTOCUSTODYSOL — default value is FORENSICS

Example JSON body:

request.json
{
  "enterpriseName": "Example Corp",
  "clientRepresentiveEmail": "[email protected]",
  "clientRepresentivePassword": "YourStrongPassword123!",
  "clientRepresentivePhoneNo": "+1234567890",
  "enterpriseLocation": "123 Example St, City, Country",
  "grant_services": "FORENSICS"
}
circle-check

Last updated