REST APIReferenceCreators
Search creators
Authorization
bearerAuth AuthorizationBearer <token>
Use a ViralSpy API key. Never place keys in query strings.
In: header
Query Parameters
q?string
Length
length <= 100view?unknown
Value in
- "all"
- "trending"
- "new"
type?unknown
Value in
- "all"
- "advertised"
- "hire_ready"
- "house"
window?unknown
Value in
- 2
- 7
- 30
limit?integer
Range
1 <= value <= 50Default
20cursor?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/creators"{ "data": [ {} ], "meta": { "count": 0, "total": 0, "has_more": true, "next_cursor": "string" }, "request_id": "266ea41d-adf5-480b-af50-15b940c2b846"}