Skip to main content

Get all app platforms

GET 

/v3/reputation/app_platforms

Get all app platforms

Request

Query Parameters

    page number

    Possible values: >= 1

    Default value: 1

    Page of results

    limit number

    Possible values: >= 1 and <= 50

    Default value: 50

    Number of records you would like in a request

Responses

Successful

Schema

    has_next_page boolean

    data

    object[]

  • Array [

  • id number
    data_fetch_address string
    location string
    is_active boolean
    platform_id number
    created_at date
    updated_at date
  • ]

Loading...