BrightEdge Technologies top keywords per page API
The top keywords per page API from BrightEdge Technologies — 4 operation(s) for top keywords per page.
The top keywords per page API from BrightEdge Technologies — 4 operation(s) for top keywords per page.
openapi: 3.1.0
info:
title: BrightEdge Platform accounts top keywords per page API
description: This API provides the ability to integrate with BrightEdge Platform
version: 5.0.0
tags:
- name: top keywords per page
paths:
/5.0/marketo/top_keywords_per_page:
post:
tags:
- top keywords per page
summary: This API retrieves top N(default 5) keywords for a given page
operationId: get_top_keywords_per_page_5_0_marketo_top_keywords_per_page_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponse'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
/latest5/marketo/top_keywords_per_page:
post:
tags:
- top keywords per page
summary: This API retrieves top N(default 5) keywords for a given page
operationId: get_top_keywords_per_page_latest5_marketo_top_keywords_per_page_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponse'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
/5.0/dataset/top_keywords_per_page:
post:
tags:
- top keywords per page
summary: This API retrieves top N(default 5) keywords for a given page
operationId: get_top_keywords_per_page_5_0_dataset_top_keywords_per_page_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponse'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
/latest5/dataset/top_keywords_per_page:
post:
tags:
- top keywords per page
summary: This API retrieves top N(default 5) keywords for a given page
operationId: get_top_keywords_per_page_latest5_dataset_top_keywords_per_page_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponse'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
components:
schemas:
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
type: array
title: Location
msg:
type: string
title: Message
type:
type: string
title: Error Type
type: object
required:
- loc
- msg
- type
title: ValidationError
MarketoResponseInfo:
properties:
version:
type: string
title: Version
timestamp:
type: number
title: Timestamp
type: object
required:
- version
- timestamp
title: MarketoResponseInfo
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
type: array
title: Detail
type: object
title: HTTPValidationError
MarketoTopKeywordsPerPageResponseData:
properties:
keywords:
items:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponseDataItem'
type: array
title: Keywords
type: object
title: MarketoTopKeywordsPerPageResponseData
MarketoTopKeywordsPerPageRequest:
properties:
collector_id:
type: integer
title: Collector Id
default: 34
page:
type: string
minLength: 1
title: Page
limit:
type: integer
maximum: 5.0
exclusiveMinimum: 0.0
title: Limit
default: 5
type: object
required:
- page
title: MarketoTopKeywordsPerPageRequest
MarketoTopKeywordsPerPageResponseDataItem:
properties:
keyword:
type: string
title: Keyword
volume:
type: integer
title: Volume
blended_rank:
type: integer
title: Blended Rank
type: object
title: MarketoTopKeywordsPerPageResponseDataItem
MarketoTopKeywordsPerPageResponse:
properties:
status:
type: boolean
title: Status
message:
type: string
title: Message
info:
$ref: '#/components/schemas/MarketoResponseInfo'
data:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponseData'
type: object
required:
- status
- message
- info
- data
title: MarketoTopKeywordsPerPageResponse
securitySchemes:
http_basic:
type: http
scheme: basic
forwarded_http_basic:
type: apiKey
in: header
name: X-Forwarded-Authorization
session_cookie:
type: apiKey
in: cookie
name: BRIGHTEDGE
session_header:
type: apiKey
in: header
name: X-BRIGHTEDGE-SESSION
api_token_header:
type: apiKey
in: header
name: X-Token
bearer_token:
type: apiKey
in: header
name: Bearer-Token