We have added id sync on our web site, and trying to add members to a tailored audience using our user ids using the POST tailored_audience_memberships - however we get Too Many requests even when sending just a single request.
twurl -X POST -H "https://ads-api.twitter.com" --header 'Content-Type: application/json' --data '[{"operation_type":"Update","params":{"membership_type": "WEB_MEMBERSHIP","advertiser_account_id":"ACCOUNTID","user_identifier":"USER ID","user_identifier_type":"TAWEB_PARTNER_USER_ID","audience_names":"Test Audience"}}]' "/1/tailored_audience_memberships"
Received the following response:
{"request":{"params":{}},"errors":[{"code":"TOO_MANY_REQUESTS","message":"Too many requests"}]}
I noticed the closed beta on this endpoint, wondering if the above is because we need to allowed access to this endpoint.
Thanks