Create an Audience Filter

This API is used to create an audience filter associated with the specified Whitelabel/Organizer.

This API is used at the host side. Event admins, super admins, and organizer admins can access this API.

It will return created audience filter ID.

We need to pass an authorization token here, which is generated after successful login into account with the other details.

Here are the possible error messages, which will return if any conditions fail or the required data is missing for processing.

Error codeError Description
400The server could not understand the request due to malformed syntax.
401{
"errorMessage": "Not authorized",
"errorCode": "4010101",
"developerMessage": "Not authorize to access"
}
403{
"errorMessage": "Not Event Host",
"errorCode": "4030201",
"developerMessage": "Not Event Host"
}
404The resource you were trying to reach is not found.
Language
Authorization
Header
Click Try It! to start a request and see the response here!