Skip to main content
GET
Get X activity subscriptions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

max_results
integer<int32>
default:1000

The maximum number of results to return per page. Defaults to 1000 when unspecified; use pagination_token (from response meta.next_token) to fetch additional pages.

Required range: 1 <= x <= 1000
pagination_token
string

This parameter is used to get the next 'page' of results. A base32 pagination token.

Minimum string length: 16

Response

The request has succeeded.

data
object[]
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).

meta
object