Get User Account By ID

post
Authorizations
Body
clientIdstringOptional

Client ID

userIdstringOptional

User ID

providerAccountIdstringOptional

Provide account ID

consentbooleanOptional

Agree to Terms of Use agreement

Responses
200Success
application/json
post
POST /insyts/accountbyid HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 77

{
  "clientId": "text",
  "userId": "text",
  "providerAccountId": "text",
  "consent": true
}
200Success
{
  "clientId": "text",
  "fullNames": "text",
  "email": "text",
  "phoneNumber": "text",
  "country": "text",
  "physicalAddress": "text",
  "isCompany": true,
  "registrationNumber": "text"
}