post https://api.optimizely.com/v2/audiences
Create an Audience for a Project
Recipes
👥
5. Create audiences
Open Recipe
Log in to see full request history
Responses
The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.
Try our conversational search powered by Generative AI!
AI OnAI OffTry our conversational search powered by Generative AI!
AI OnAI OffCreate an Audience for a Project
xxxxxxxxxx
11curl --request POST \
--url https://api.optimizely.com/v2/audiences \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"archived": false,
"for_journey": false,
"segmentation": false
}
'
Try It!
to start a request and see the response here! Or choose an example: