BrightEdge Platform API

REST API (v5.0) for the BrightEdge enterprise SEO and content performance platform. Exposes accounts, keywords and keyword groups, competitors, domains, backlinks, page crawl/cache, Core Web Vitals, market insights, SERP and People-Also-Ask data, AI Catalyst answer-engine metrics, bulk export jobs, and user administration. Authentication is via HTTP Basic, session, or token headers; contact your BrightEdge representative to enable API access for a user.

OpenAPI Specification

brightedge-technologies-platform-openapi-original.json Raw ↑
{"openapi":"3.1.0","info":{"title":"BrightEdge Platform API","description":"This API provides the ability to integrate with BrightEdge Platform","version":"5.0.0"},"paths":{"/5.0/objects/accounts":{"get":{"tags":["accounts"],"summary":"This call returns the list of accounts this user can access","operationId":"get_all_accounts_5_0_objects_accounts_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/AccountOut"},"type":"array","title":"Response Get All Accounts 5 0 Objects Accounts Get"}}}}},"security":[{"http_basic":[]},{"forwarded_http_basic":[]},{"session_cookie":[]},{"session_header":[]},{"api_token_header":[]},{"bearer_token":[]}]}},"/5.0/objects/accounts/{account_id}":{"post":{"tags":["accounts"],"summary":"This call returns the details of an individual account","operationId":"get_account_5_0_objects_accounts__account_id__post","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountIdIn"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountIdOut"}}}},"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/objects/accounts":{"get":{"tags":["accounts"],"summary":"This call returns the list of accounts this user can access","operationId":"get_all_accounts_latest5_objects_accounts_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/AccountOut"},"type":"array","title":"Response Get All Accounts Latest5 Objects Accounts Get"}}}}},"security":[{"http_basic":[]},{"forwarded_http_basic":[]},{"session_cookie":[]},{"session_header":[]},{"api_token_header":[]},{"bearer_token":[]}]}},"/latest5/objects/accounts/{account_id}":{"post":{"tags":["accounts"],"summary":"This call returns the details of an individual account","operationId":"get_account_latest5_objects_accounts__account_id__post","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountIdIn"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccountIdOut"}}}},"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/objects/be_local/save_multi_edit_changes":{"post":{"tags":["be_local","be_local"],"summary":"This call saves multi edit changes","description":"Changes of the format\n(location_name, field_name, attribute_name, before_value, after_value, task_id, extra_info_json)","operationId":"save_multi_edit_changes_5_0_objects_be_local_save_multi_edit_changes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveGMBMultiEdit"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/update_fields":{"post":{"tags":["be_local","be_local"],"summary":"This call fetches all the quick wins tasks for a location","operationId":"update_fields_5_0_objects_be_local_update_fields_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateFieldsGmbConfig"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_accounts_data":{"post":{"tags":["be_local","be_local"],"summary":"This call fetches all the entity data for all location of an account","operationId":"update_fields_5_0_objects_be_local_get_accounts_data_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountsData"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_location_details_v2":{"post":{"tags":["be_local"],"summary":"This call fetches all the locations linked to be_account","operationId":"get_location_details_v2_5_0_objects_be_local_get_location_details_v2_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationDetailConfigV2"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_all_gmb_attributes":{"post":{"tags":["be_local"],"summary":"This call fetches all the attributes","operationId":"get_all_gmb_attributes_5_0_objects_be_local_get_all_gmb_attributes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAllAttributes"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_all_location_attributes":{"post":{"tags":["be_local"],"summary":"This call fetches all the location attributes","operationId":"get_all_location_attributes_5_0_objects_be_local_get_all_location_attributes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetLocationAttributes"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/store_updates":{"post":{"tags":["be_local","be_local"],"summary":"Proxy store updates to prod platform-ui-api","operationId":"store_updates_5_0_objects_be_local_store_updates_post","requestBody":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/StoreUpdatesConfig"},"type":"array","title":"Reqbody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/staging/store_updates":{"post":{"tags":["be_local","be_local"],"summary":"Proxy store updates to staging platform-ui-api","operationId":"store_updates_staging_5_0_objects_be_local_staging_store_updates_post","requestBody":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/StoreUpdatesConfig"},"type":"array","title":"Reqbody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/save_multi_edit_changes":{"post":{"tags":["be_local","be_local"],"summary":"This call saves multi edit changes","description":"Changes of the format\n(location_name, field_name, attribute_name, before_value, after_value, task_id, extra_info_json)","operationId":"save_multi_edit_changes_latest5_objects_be_local_save_multi_edit_changes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveGMBMultiEdit"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/update_fields":{"post":{"tags":["be_local","be_local"],"summary":"This call fetches all the quick wins tasks for a location","operationId":"update_fields_latest5_objects_be_local_update_fields_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateFieldsGmbConfig"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_accounts_data":{"post":{"tags":["be_local","be_local"],"summary":"This call fetches all the entity data for all location of an account","operationId":"update_fields_latest5_objects_be_local_get_accounts_data_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountsData"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_location_details_v2":{"post":{"tags":["be_local"],"summary":"This call fetches all the locations linked to be_account","operationId":"get_location_details_v2_latest5_objects_be_local_get_location_details_v2_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationDetailConfigV2"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_all_gmb_attributes":{"post":{"tags":["be_local"],"summary":"This call fetches all the attributes","operationId":"get_all_gmb_attributes_latest5_objects_be_local_get_all_gmb_attributes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAllAttributes"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/get_all_location_attributes":{"post":{"tags":["be_local"],"summary":"This call fetches all the location attributes","operationId":"get_all_location_attributes_latest5_objects_be_local_get_all_location_attributes_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetLocationAttributes"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/store_updates":{"post":{"tags":["be_local","be_local"],"summary":"Proxy store updates to prod platform-ui-api","operationId":"store_updates_latest5_objects_be_local_store_updates_post","requestBody":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/StoreUpdatesConfig"},"type":"array","title":"Reqbody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/be_local/staging/store_updates":{"post":{"tags":["be_local","be_local"],"summary":"Proxy store updates to staging platform-ui-api","operationId":"store_updates_staging_latest5_objects_be_local_staging_store_updates_post","requestBody":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/StoreUpdatesConfig"},"type":"array","title":"Reqbody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BELocalResponse"}}}},"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/objects/competitors/{account_id}":{"get":{"tags":["domains","competitors","accounts"],"summary":"This call returns a competitors for given account id","operationId":"get_account_competitors_5_0_objects_competitors__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/CompetitorOut"},"type":"array","title":"Response Get Account Competitors 5 0 Objects Competitors  Account Id  Get"}}}},"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/objects/competitors/{account_id}":{"get":{"tags":["domains","competitors","accounts"],"summary":"This call returns a competitors for given account id","operationId":"get_account_competitors_latest5_objects_competitors__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/CompetitorOut"},"type":"array","title":"Response Get Account Competitors Latest5 Objects Competitors  Account Id  Get"}}}},"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/objects/brandfilters/{account_id}":{"get":{"tags":["keywords","accounts"],"summary":"This call returns a string of bql filters for branded keywords.","operationId":"get_brand_filters_keywords_for_account_5_0_objects_brandfilters__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Branded","default":true},"name":"branded","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrandFiltersOut"}}}},"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/objects/brandfilters/{account_id}":{"get":{"tags":["keywords","accounts"],"summary":"This call returns a string of bql filters for branded keywords.","operationId":"get_brand_filters_keywords_for_account_latest5_objects_brandfilters__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Branded","default":true},"name":"branded","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrandFiltersOut"}}}},"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/info":{"get":{"tags":["core"],"summary":"Api Info","operationId":"api_info_5_0_info_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/5.0/high-latency-handle/{msec}":{"get":{"tags":["core"],"summary":"This call is used for concurrency load test","operationId":"high_latency_handle_5_0_high_latency_handle__msec__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Msec"},"name":"msec","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/5.0/async-high-latency-handle/{msec}":{"get":{"tags":["core"],"summary":"This call is used for concurrency load test","operationId":"async_high_latency_handle_5_0_async_high_latency_handle__msec__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Msec"},"name":"msec","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/5.0/objects/time/{account_id}/{time_frequency}/{day}":{"get":{"tags":["time","accounts"],"summary":"This call returns the time value for a given time frequency and day","operationId":"get_time_value_5_0_objects_time__account_id___time_frequency___day__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":true,"schema":{"$ref":"#/components/schemas/TimeTimeStringType"},"name":"time_frequency","in":"path"},{"required":true,"schema":{"type":"integer","maximum":99991231.0,"minimum":19600101.0,"title":"The day number in YYYYMMDD format"},"name":"day","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeFrequencyOut"}}}},"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/info":{"get":{"tags":["core"],"summary":"Api Info","operationId":"api_info_latest5_info_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/latest5/high-latency-handle/{msec}":{"get":{"tags":["core"],"summary":"This call is used for concurrency load test","operationId":"high_latency_handle_latest5_high_latency_handle__msec__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Msec"},"name":"msec","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/latest5/async-high-latency-handle/{msec}":{"get":{"tags":["core"],"summary":"This call is used for concurrency load test","operationId":"async_high_latency_handle_latest5_async_high_latency_handle__msec__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Msec"},"name":"msec","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/latest5/objects/time/{account_id}/{time_frequency}/{day}":{"get":{"tags":["time","accounts"],"summary":"This call returns the time value for a given time frequency and day","operationId":"get_time_value_latest5_objects_time__account_id___time_frequency___day__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":true,"schema":{"$ref":"#/components/schemas/TimeTimeStringType"},"name":"time_frequency","in":"path"},{"required":true,"schema":{"type":"integer","maximum":99991231.0,"minimum":19600101.0,"title":"The day number in YYYYMMDD format"},"name":"day","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeFrequencyOut"}}}},"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/chromeextension/keywordgroups/{account_id}":{"get":{"tags":["chromeextension","keywords"],"summary":"This call returns a list of keywordgroups for a given account","operationId":"get_kw_groups_5_0_chromeextension_keywordgroups__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"integer","title":"Limit"},"name":"limit","in":"query"},{"required":false,"schema":{"type":"integer","title":"Offset"},"name":"offset","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Only Total","default":false},"name":"only_total","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Include Total","default":false},"name":"include_total","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordGroupOutResp"}}}},"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/chromeextension/keywords/{account_id}":{"get":{"tags":["chromeextension","keywords"],"summary":"This call returns a list of keywords with kwg_id for a given account","operationId":"get_account_kw_kwg_id_5_0_chromeextension_keywords__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"integer","title":"Limit"},"name":"limit","in":"query"},{"required":false,"schema":{"type":"integer","title":"Offset"},"name":"offset","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Only Total","default":false},"name":"only_total","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Include Total","default":false},"name":"include_total","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordOutWithGroupResp"}}}},"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":[]}]},"post":{"tags":["chromeextension","keywords"],"summary":"This call returns a list of keyword with kwg_id for a given account","operationId":"get_account_kw_kwg_id_5_0_chromeextension_keywords__account_id__post","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Only Total","default":false},"name":"only_total","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Include Total","default":false},"name":"include_total","in":"query"},{"required":false,"schema":{"type":"integer","title":"Limit"},"name":"limit","in":"query"},{"required":false,"schema":{"type":"integer","title":"Offset"},"name":"offset","in":"query"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordRequestWithGroup"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordOutWithGroupResp"}}}},"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/chromeextension/keywordgroupactions/{account_id}":{"post":{"tags":["chromeextension","keywords"],"summary":"This call adds keywords to a keyword group","operationId":"associate_dissociate_keywords_with_group_5_0_chromeextension_keywordgroupactions__account_id__post","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddRemoveKeywordsToGroupRequest"}}},"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/chromeextension/keywordgroups/{account_id}":{"get":{"tags":["chromeextension","keywords"],"summary":"This call returns a list of keywordgroups for a given account","operationId":"get_kw_groups_latest5_chromeextension_keywordgroups__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"integer","title":"Limit"},"name":"limit","in":"query"},{"required":false,"schema":{"type":"integer","title":"Offset"},"name":"offset","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Only Total","default":false},"name":"only_total","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Include Total","default":false},"name":"include_total","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordGroupOutResp"}}}},"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/chromeextension/keywords/{account_id}":{"get":{"tags":["chromeextension","keywords"],"summary":"This call returns a list of keywords with kwg_id for a given account","operationId":"get_account_kw_kwg_id_latest5_chromeextension_keywords__account_id__get","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"integer","title":"Limit"},"name":"limit","in":"query"},{"required":false,"schema":{"type":"integer","title":"Offset"},"name":"offset","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Only Total","default":false},"name":"only_total","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Include Total","default":false},"name":"include_total","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordOutWithGroupResp"}}}},"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":[]}]},"post":{"tags":["chromeextension","keywords"],"summary":"This call returns a list of keyword with kwg_id for a given account","operationId":"get_account_kw_kwg_id_latest5_chromeextension_keywords__account_id__post","parameters":[{"required":true,"schema":{"type":"integer","title":"Account Id"},"name":"account_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Only Total","default":false},"name":"only_total","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Include Total","default":false},"name":"include_total","in":"query"},{"required":false,"schema":{"type":"integer","title":"Limit"},"name":"limit","in":"query"},{"required":false,"schema":{"type":"integer","title":"Offset"},"name":"offset","in":"query"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordRequestWithGroup"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeywordOutWithGroupResp"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"http_basic":[]},{"forwarded_http_bas

# --- truncated at 32 KB (288 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/brightedge-technologies/refs/heads/main/openapi/brightedge-technologies-platform-openapi-original.json