Get a app platform
GET/v3/reputation/app_platforms/:id
Get a app platform
Request
Path Parameters
id numberrequired
Id of AppPlatform
Responses
- 200
 
Successful
- */*
 
- Schema
 - Example (from schema)
 
Schema
data
object
id number
data_fetch_address string
location string
is_active boolean
platform_id number
created_at date
updated_at date
{
  "data": {
    "id": 1,
    "data_fetch_address": "https://www.configured_platform.com",
    "location": "Location 1",
    "is_active": true,
    "platform_id": 1,
    "created_at": "2022-02-28T07:25:44.268Z",
    "updated_at": "2022-02-28T07:25:44.268Z"
  }
}
Loading...