Create User
post
Register on Insyts
Authorizations
Body
clientIdstringOptional
Client ID
fullNamesstringOptional
The full legal name of your company or individual.
emailstringOptional
Valid email address associated with your company or individual for official communication.
phoneNumberstringOptional
Contact number for your company or individual.
countrystringOptional
Specify the country where your company is located.
physicalAddressstringOptional
Physical street address, including any additional details necessary for accurate location information.
isCompanybooleanOptional
Specify if you are registering a company or not (true or false)
registrationNumberstringOptional
company's registration number, which is typically issued during the registration process.
Responses
200Success
application/json
post
POST /insyts/registration HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 161
{
"clientId": "text",
"fullNames": "text",
"email": "text",
"phoneNumber": "text",
"country": "text",
"physicalAddress": "text",
"isCompany": true,
"registrationNumber": "text"
}
200Success
{
"userId": "text"
}