Get user
Get any User
AUTHORIZATIONS:> access_token
PATH PARAMETERS
| id
required
|
integer
|
Responses
> 200
Status 200
RESPONSE SCHEMA: application/json
| id |
integer
|
| name |
string
|
| avatar |
string
|
OLX Production Server
https://www.olx.ro/api/partner/users/{id}
GET
/users/{id}
Response samples
200
Content type
application/json
Copy
{
"id": 1,
"name": "John",
"avatar": null
}
Copied to clipboard