get https://example.com/v1/v1/publishers/
Authentication Required: This endpoint requires a valid API key.
Returns detailed information about a specific publisher identified by its ID. The publisher must be part of the publisher group associated with your organization.
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