info: title: Client's panel API docs version: v5 description: | * Documentation generated by Swagger - [link](/api/docs) * Documentation generated by Redoc - [link](/api/redoc) # Authentication scheme type | Security Scheme Type | HTTP | | ------------------------- | ---- | | HTTP Authorization Scheme | Basic | | HTTP Authorization Scheme | Bearer | openapi: 3.0.0 servers: - url: https://api.panel.rtbhouse.com/v5 tags: - name: Advertisers - name: Statistics - name: User - name: Dev components: securitySchemes: bearerAuth: type: http scheme: bearer basicAuth: type: http scheme: basic security: - basicAuth: [] - bearerAuth: [] paths: /healthcheck: $ref: "path_healthcheck_api.yaml#/healthcheck" /user/info: $ref: "path_user_api.yaml#/info" /tokens/current/rotate: $ref: "path_tokens_api.yaml#/rotate" /advertisers: $ref: "path_advertisers_api.yaml#/advertisers" /advertisers/{hash}: $ref: "path_advertisers_api.yaml#/advertiser" /advertisers/{hash}/status: $ref: "path_advertisers_api.yaml#/status" /advertisers/{hash}/client: $ref: "path_clients_api.yaml#/client" /advertisers/{hash}/offer-categories: $ref: "path_offers_api.yaml#/offerCategories" /advertisers/{hash}/offers: $ref: "path_offers_api.yaml#/offers" /advertisers/{hash}/campaigns: $ref: "path_campaigns_api.yaml#/campaigns" /advertisers/{hash}/campaigns/{campaignHash}/status: $ref: "path_campaigns_api.yaml#/campaignsStatus" /advertisers/{hash}/billing: $ref: "path_billing_api.yaml#/billing" /advertisers/{hash}/rtb-creatives: $ref: "path_rtb_creatives_api.yaml#/rtb-creatives" /advertisers/{hash}/conversions: $ref: "path_rtb_conversions_api.yaml#/conversions" /advertisers/{hash}/rtb-stats: $ref: "path_rtb_dpa_stats_api.yaml#/rtb-stats" /advertisers/{hash}/summary-stats: $ref: "path_rtb_dpa_stats_api.yaml#/summary-stats" /advertisers-summary-stats: $ref: "path_rtb_dpa_stats_api.yaml#/advertisers-summary-stats" /advertisers/{hash}/rate-cards: $ref: "path_rate_cards_api.yaml#/ratecards" /advertisers/{hash}/last-seen-tags-stats: $ref: "path_stats_api.yaml#/lastSeenTagsStats" /advertisers/{hash}/win-rate-stats: $ref: "path_stats_api.yaml#/winRateStats" /advertisers/{hash}/top-hosts-stats: $ref: "path_stats_api.yaml#/topHostsStats" /advertisers/{hash}/top-in-apps-stats: $ref: "path_stats_api.yaml#/topInAppsStats" /advertisers/{hash}/rtb-deduplication-stats: $ref: "path_stats_api.yaml#/rtbDeduplicationStats"