Validates a profile
POST/demand/accounts/:account_id/profiles/validate
Validates a complete profile and target configuration without creating or modifying any resources.
You can use this stateless endpoint to check your profile logic for business rule violations (e.g., overlapping quotas) before you use it to create or update a target group. It provides detailed warnings and errors to help you build a valid configuration.
Request
Responses
- 204
- 400
- 401
- 403
- 422
- 500
The profile configuration is valid and has no errors or warnings.
The request is malformed or contains syntactically invalid parameters.
A request is unauthorized.
A requested is forbidden.
The request is well-formed, but the profile configuration is invalid (e.g., overlapping quotas, incorrect logic). The response body contains detailed validation errors.
An unexpected internal error occurred.