List factor optimization objective profiles
GET /v1/factors/objective-profiles — Lists versioned optimization objective profiles available to new campaigns.
GET /v1/factors/objective-profiles
Lists versioned optimization objective profiles available to new campaigns.
| Method | GET |
| Path | /v1/factors/objective-profiles |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "profiles": [ { "id": "balanced", "version": 1 } ] }