ViralSpy Docs
REST APIReferenceAdvertisers

List an advertiser's videos

Open Markdown
GET
/advertisers/{id}/videos

Authorization

bearerAuth
AuthorizationBearer <token>

Use a ViralSpy API key. Never place keys in query strings.

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

limit?integer
Range1 <= value <= 50
Default20
cursor?string

Opaque cursor returned by the previous response.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/advertisers/497f6eca-6276-4993-bfeb-53cbbbba6f08/videos"
{  "data": [    {}  ],  "meta": {    "count": 0,    "total": 0,    "has_more": true,    "next_cursor": "string"  },  "request_id": "266ea41d-adf5-480b-af50-15b940c2b846"}