GET/industries
List supported industries.
Rate Limit
See the rate limits for Business Manager
Policy Slug: ads-business-manager
- Window: 60 seconds
- Quota: 100 requests
Responses
- 200
- 401
- 403
- 429
- 5XX
The supported industries.
No bearer token or a bad bearer token was provided.
Insufficient authentication scopes.
Too many requests. See Rate Limiting for header details and best practices.
Response Headers
RateLimit-Policy
The rate limit policies that apply to this request (IETF "RateLimit header fields for HTTP" draft). Each comma-separated policy is keyed by a public policy name and lists its quota q and window in seconds w.
RateLimit
The current rate limit state for each applicable policy (IETF "RateLimit header fields for HTTP" draft): remaining quota r and seconds until the window resets t. On a 429 the exhausted policy reports r=0.
Server error.