get https://example.com/v1/v1/publishers
Authentication Required: This endpoint requires a valid API key.
Returns information about the publisher group associated with your organization, including the publisher group ID, name, description, and a list of publisher IDs.
Caching: This endpoint uses Redis caching with a TTL of 1 hour.
- First request fetches from the external service and caches the response
- Subsequent requests within 1 hour return the cached data
- Cache headers are included in the response