cURL
curl --request GET \ --url https://api.mosaic.dev/v1/ads/creators \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 123, "brand_id": 123, "creator_page_id": "<string>", "ads_total": 123, "ads_active": 123, "first_seen_at": 123, "last_seen_at": 123, "creator_page_name": "<string>", "created_at": 123, "updated_at": 123 } ], "meta": { "total": 123, "limit": 123 } }
Returns creator partnerships across brands.
API key for authentication. Obtain from your Mosaic dashboard.
Maximum number of results to return (default: 25, max: 100)
1 <= x <= 100
Filter by brand slug
List of creator partnerships
Show child attributes