List

List content strategies belonging to the authenticated organization

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
Unique identifier of the organization

Query parameters

filter[name]stringOptional

Filter by exact content strategy name (unique within an organization)

page[after]stringOptional
Cursor value for the next page of results
page[size]integerOptional

Maximum number of records to return [1 - 200] (default = 200)

Response

Paginated list of content strategies
datalist of objects
Array of content strategy resources
metaobjectOptional
Pagination metadata

Errors

400
Invalid Request
401
Unauthorized Error
403
Forbidden Error
404
Does Not Exist Error
500
Internal Server Error