Getting Started

POST https://gateway.noxxo.com/v1/partners/onboardingarrow-up-right

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:

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

201: Created — client onboarding successful. Client ID and Client Secret for Web API are sent to the email address provided. Make sure you don't share these details with any 3rd parties.

Last updated