Info

Get owner information

get

Get owner information

Authorizations
Responses
200
OK
application/json
get
GET //api/owner/info HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
{
  "data": {
    "avatar": "text",
    "countryId": 1,
    "createdDate": "text",
    "id": 1,
    "nameOwner": "text",
    "ownerSubType": 1,
    "ownerType": 1,
    "referral_program_level_id": 1,
    "siteUrl": "text",
    "status": 1
  }
}

Update owner information

put

Update owner information

Authorizations
Body
countryIdintegerOptional
idintegerRequired
namestringOptional
siteUrlstringOptional
Responses
204
No Content
put
PUT //api/owner/info HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 114

{
  "avatar": {
    "content": "text",
    "extension": "text",
    "name": "text"
  },
  "countryId": 1,
  "id": 1,
  "name": "text",
  "siteUrl": "text"
}

No content