Getting Started
POST https://gateway.noxxo.com/v1/partners/onboarding
Request Body
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:
{
"enterpriseName": "Example Corp",
"clientRepresentiveEmail": "[email protected]",
"clientRepresentivePassword": "YourStrongPassword123!",
"clientRepresentivePhoneNo": "+1234567890",
"enterpriseLocation": "123 Example St, City, Country",
"grant_services": "FORENSICS"
}Last updated