Get a platform
GET/v3/reputation/platforms/:id
Get a platform
Request
Path Parameters
id numberrequired
Id of Platform
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
data
object
id number
label string
type string
logo_url string
{
"data": {
"id": 1,
"label": "Agoda",
"type": "SCRAPING",
"logo_url": "https://www.log_url.com/agoda"
}
}
Loading...