BrightEdge Technologies marketo API
APIs for marketo
APIs for marketo
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/brightedge-technologies-marketo-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
title: BrightEdge Platform Marketo API
description: This API provides the ability to integrate with BrightEdge Platform
version: 5.0.0
tags:
- name: marketo
description: APIs for marketo
paths:
/5.0/marketo/ping:
get:
tags:
- marketo
summary: This is simple ping api
operationId: ping_5_0_marketo_ping_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
/5.0/marketo/page_cache:
post:
tags:
- marketo
summary: This API retrieves page html cache from gcs for a given url
operationId: get_page_cache_5_0_marketo_page_cache_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoCacheRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'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/marketo/page_crawl:
post:
tags:
- marketo
summary: This API retrieves page html by crawling a given url
operationId: crawl_page_content_5_0_marketo_page_crawl_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoCacheRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'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/marketo/top_pages:
post:
tags:
- marketo
summary: This API retrieves top N(default 1000) pages for a given base domain
operationId: get_top_pages_5_0_marketo_top_pages_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopPagesRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopPagesResponse'
'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/marketo/top_keywords_per_page:
post:
tags:
- marketo
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: []
/5.0/marketo/top_keywords:
post:
tags:
- marketo
summary: This API retrieves top N(default 100) keywords for a given domain
operationId: get_top_keywords_per_domain_5_0_marketo_top_keywords_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerDomainRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerDomainResponse'
'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/marketo/paa_per_keyword:
post:
tags:
- marketo
summary: This API retrieves top N(default 4) PAA questions for a given keyword
operationId: get_paa_per_keyword_5_0_marketo_paa_per_keyword_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoPaaRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoPaaResponse'
'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/ping:
get:
tags:
- marketo
summary: This is simple ping api
operationId: ping_latest5_marketo_ping_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
/latest5/marketo/page_cache:
post:
tags:
- marketo
summary: This API retrieves page html cache from gcs for a given url
operationId: get_page_cache_latest5_marketo_page_cache_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoCacheRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'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/page_crawl:
post:
tags:
- marketo
summary: This API retrieves page html by crawling a given url
operationId: crawl_page_content_latest5_marketo_page_crawl_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoCacheRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'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_pages:
post:
tags:
- marketo
summary: This API retrieves top N(default 1000) pages for a given base domain
operationId: get_top_pages_latest5_marketo_top_pages_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopPagesRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopPagesResponse'
'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:
- marketo
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: []
/latest5/marketo/top_keywords:
post:
tags:
- marketo
summary: This API retrieves top N(default 100) keywords for a given domain
operationId: get_top_keywords_per_domain_latest5_marketo_top_keywords_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerDomainRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoTopKeywordsPerDomainResponse'
'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/paa_per_keyword:
post:
tags:
- marketo
summary: This API retrieves top N(default 4) PAA questions for a given keyword
operationId: get_paa_per_keyword_latest5_marketo_paa_per_keyword_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoPaaRequest'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/MarketoPaaResponse'
'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:
MarketoTopKeywordsPerDomainResponse:
properties:
status:
type: boolean
title: Status
message:
type: string
title: Message
info:
$ref: '#/components/schemas/MarketoResponseInfo'
data:
$ref: '#/components/schemas/MarketoTopKeywordsPerDomainResponseData'
type: object
required:
- status
- message
- info
- data
title: MarketoTopKeywordsPerDomainResponse
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
MarketoPaaResponse:
properties:
status:
type: boolean
title: Status
message:
type: string
title: Message
info:
$ref: '#/components/schemas/MarketoResponseInfo'
data:
$ref: '#/components/schemas/MarketoPaaResponseData'
type: object
required:
- status
- message
- info
- data
title: MarketoPaaResponse
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
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
MarketoTopKeywordsPerDomainResponseDataItem:
properties:
keyword:
type: string
title: Keyword
volume:
type: integer
title: Volume
blended_rank:
type: integer
title: Blended Rank
est_visits:
type: integer
title: Est Visits
top_url:
type: string
title: Top Url
type: object
title: MarketoTopKeywordsPerDomainResponseDataItem
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
type: array
title: Detail
type: object
title: HTTPValidationError
MarketoResponseInfo:
properties:
version:
type: string
title: Version
timestamp:
type: number
title: Timestamp
type: object
required:
- version
- timestamp
title: MarketoResponseInfo
MarketoTopPagesRequest:
properties:
collector_id:
type: integer
title: Collector Id
default: 34
domain:
type: string
minLength: 1
title: Domain
limit:
type: integer
maximum: 1000.0
exclusiveMinimum: 0.0
title: Limit
default: 1000
type: object
required:
- domain
title: MarketoTopPagesRequest
MarketoTopKeywordsPerPageResponseData:
properties:
keywords:
items:
$ref: '#/components/schemas/MarketoTopKeywordsPerPageResponseDataItem'
type: array
title: Keywords
type: object
title: MarketoTopKeywordsPerPageResponseData
MarketoCacheRequest:
properties:
url:
type: string
minLength: 1
title: Url
type: object
required:
- url
title: MarketoCacheRequest
MarketoTopKeywordsPerDomainRequest:
properties:
collector_id:
type: integer
title: Collector Id
default: 34
domain:
type: string
minLength: 1
title: Domain
limit:
type: integer
maximum: 1000.0
exclusiveMinimum: 0.0
title: Limit
default: 100
type: object
required:
- domain
title: MarketoTopKeywordsPerDomainRequest
MarketoTopKeywordsPerDomainResponseData:
properties:
keywords:
items:
$ref: '#/components/schemas/MarketoTopKeywordsPerDomainResponseDataItem'
type: array
title: Keywords
type: object
title: MarketoTopKeywordsPerDomainResponseData
MarketoPaaResponseData:
properties:
keyword:
type: string
title: Keyword
questions:
items:
$ref: '#/components/schemas/MarketoPaaResponseDataItem'
type: array
title: Questions
type: object
title: MarketoPaaResponseData
MarketoTopPagesResponseData:
properties:
pages:
items:
$ref: '#/components/schemas/MarketoTopPagesResponseDataItem'
type: array
title: Pages
type: object
title: MarketoTopPagesResponseData
MarketoPaaRequest:
properties:
collector_id:
type: integer
title: Collector Id
default: 34
keyword:
type: string
minLength: 1
title: Keyword
limit:
type: integer
maximum: 4.0
exclusiveMinimum: 0.0
title: Limit
default: 4
type: object
required:
- keyword
title: MarketoPaaRequest
MarketoTopPagesResponse:
properties:
status:
type: boolean
title: Status
message:
type: string
title: Message
info:
$ref: '#/components/schemas/MarketoResponseInfo'
data:
$ref: '#/components/schemas/MarketoTopPagesResponseData'
type: object
required:
- status
- message
- info
- data
title: MarketoTopPagesResponse
MarketoTopKeywordsPerPageResponseDataItem:
properties:
keyword:
type: string
title: Keyword
volume:
type: integer
title: Volume
blended_rank:
type: integer
title: Blended Rank
type: object
title: MarketoTopKeywordsPerPageResponseDataItem
MarketoTopPagesResponseDataItem:
properties:
url:
type: string
title: Url
search_vol:
type: integer
title: Search Vol
average_rank:
type: integer
title: Average Rank
est_visits:
type: integer
title: Est Visits
type: object
title: MarketoTopPagesResponseDataItem
MarketoPaaResponseDataItem:
properties:
rank:
type: integer
title: Rank
display_title:
type: string
title: Display Title
answer_text:
type: string
title: Answer Text
landing_url:
type: string
title: Landing Url
type: object
title: MarketoPaaResponseDataItem
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