Insyts user

Register on Insyts

Register User

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.Vr

Get Started

To make this endpoint, you will need a valid developer account and, API Keys. Read Authentication to learn more.

πŸ”Authentication

API Endpoint

POST https://api.akibaone.com/insyts/registration

Request

 {
  "clientId": "string",
  "fullNames": "string",
  "email": "string",
  "phoneNumber": "string",
  "country": "string",
  "physicalAddress": "string",
  "isCompany": true,
  "registrationNumber": "string"
}

Response Samples


Updating User

API Endpoint

POST https://api.akibaone.com/insyts/updateuser

Request

Response Samples


Get User

API Endpoint

POST https://api.akibaone.com/insyts/accountbyid

Request

Response Samples

After registering your customer, you will need to get consent to link their accounts with your app.

Last updated