EndpointsReporters
List reporters
GET
/v2/reportersLists reporters ordered by name. Optional filters can be combined, and a continuation cursor is returned in the X-Next-Cursor header when another page exists.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Query Parameters
q?|
Substring match on name, title, description, or version purpose.
type?array<string>|
Keep reporters producing at least one part of this type.
mode?Mode
Reporter hosting mode to return.
Match
^(all|hosted|external)$Default
"all"limit?Limit
Maximum reporters returned.
Range
1 <= value <= 500Default
200cursor?|
Continuation cursor returned in the previous response header.