List supported verticals and rules
Published trade catalog with configured state-specific fields, ad-copy restrictions and platform guidance. A published vertical can still be on hold. Configuration flags do not enable a new advertising channel.
Published trade catalog with configured state-specific fields, ad-copy restrictions and platform guidance. A published vertical can still be on hold. Configuration flags do not enable a new advertising channel.
Create a scoped key in Benjiads → Integrations. Sent only in Authorization.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/verticals"{ "verticals": [ { "slug": "string", "label": "string", "singular": "string", "locationKind": "string", "compliance": { "launch": "go", "platform": { "googleSearch": true, "metaSpecialAdCategory": "housing", "ageMin": 0, "healthPixelRisk": true }, "adRules": [ "string" ], "avoid": [ "string" ], "tenantFields": [ { "key": "string", "label": "string", "askAt": "onboarding", "requiredIn": [ "string" ], "why": "string" } ], "disclosures": [ { "states": [ "string" ], "text": "string" } ], "notes": "string", "sources": [ "string" ] } } ], "globalAvoid": [ "string" ]}Read your workspace GET
Returns only the workspace authorized by this connection.
Read a vertical's requirements GET
Read the full configured rule sheet for a trade such as plumber, including requiredIn states and disclosures. Check get_workspace_requirements for the current workspace's license blockers.