Info
Get owner information
Authorizations
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
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
Authorizations
Body
countryIdintegerOptional
idintegerRequired
namestringOptional
siteUrlstringOptional
Responses
204
No Content
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
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