Players AnalyticsAnalytics Search Assets

Analytics Search Assets

curl -X POST "https://api.5centscdn.com/v2/players/5centscdn/analytics/search/assets" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "search": "stream",
  "page": 1
}'
{
  "pagination": {
    "more": true
  },
  "results": [
    {
      "id": "12345",
      "text": "Stream #12345 - cdn/stream1"
    }
  ]
}
POST
/players/5centscdn/analytics/search/assets
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
pageinteger

Pagination page number. Starts at 1.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Body

application/json
pageinteger

Pagination page number. Starts at 1.

Example:
1

Responses

paginationobject

Pagination metadata for the results set.

resultsarray

List of matching asset records for the search term.