POST
/api/v1/client-api/exports/placements/ Retrieve placement info
Retrieves information about paywall or onboarding placements: paywalls, segments, audiences, and A/B tests. This can help you ensure everything is set up correctly without having to open each placement you have separately.
Rate limit: 2 requests per second.
Request body
filtersobjectrequired
placement_typestringrequired
Filter which placements will be sent in the response
One of: "paywall", "onboarding"
Responses
Placement information retrieved successfully
Schema
dataarray of object
developer_idstring
Placement ID
placement_namestring
Placement name
audience_namestring
Audience name
segment_namestring
Audience ID
cross_placement_ab_test_namestring
Cross-placement A/B test name
ab_test_namestring
A/B test name
paywall_namestring
Paywall name (only returned if placement_type is paywall)
onboarding_namestring
Onboarding name (only returned if placement_type is onboarding)
Bad Request
Schema
errorsarray of object
sourcestring
errorsarray of string
error_codestring
status_codeinteger
Unauthorized
Schema
errorsarray of object
sourcestring
errorsarray of string
error_codestring
status_codeinteger
Rate limit exceeded. Maximum 2 requests per second per API key.