Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reputation Locations API

Manage business locations

Reputation Locations API is one of 16 APIs that Reputation publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

Tagged areas include Locations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 5 JSON Schemas.

This API exposes 12 operations across 9 paths, and defines 1 schema. It is described by OpenAPI 3.0.0, at version v3.

Requests are made against 2 base URLs: https://api.reputation.com, https://api-eu.reputation.com.

12 operations 9 paths 1 schemas 1 DELETE6 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v3
Base URL
https://reputation-api.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Reputation Locations API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key for authentication. For agency accounts, also include X-TENANT-ID header.

Paths & Operations 12

Across 9 paths, the API surfaces 12 operations — 1 DELETE, 6 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Locations 12

Manage business locations

GET
/v3/locations
Get Locations
get_locations 2 params → 200400401403404429500
POST
/v3/locations
Save Location
post_locations body → 200400401403404429500
GET
/v3/locations-search
Search Locations
get_locations_search 2 params → 200400401403404429500
POST
/v3/locations-search
Search Locations
post_locations_search body → 200400401403404429500
GET
/v3/locations-faceted-search
Search Faceted Locations
get_locations_faceted_search 2 params → 200400401403404429500
GET
/v3/locations/{locationID}
Get Location
get_locations_locationID 1 param → 200400401403404429500
DELETE
/v3/locations/{locationID}
Delete Location
delete_locations_locationID 1 param → 200400401403404429500
PUT
/v3/locations/{locationID}/opt-out
Opt Out Of Audit
put_locations_locationID_opt_out 1 param → 200400401403404429500
PUT
/v3/locations/{locationID}/opt-in
Opt In To Audit
put_locations_locationID_opt_in 1 param → 200400401403404429500
POST
/v3/locations/{locationID}/addPage
Add Page
post_locations_locationID_addPage 1 param body → 200400401403404429500
GET
/v3/location-attribute-definitions
Get Attribute Definitions
get_location_attribute_definitions → 200400401403404429500
GET
/v3/locations-duplicate
Get Duplicate Locations
get_locations_duplicate 2 params → 200400401403404429500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Error (1 property). Each schema is shown below with its type and property counts.

Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reputation-locations-api-openapi.yml Raw ↑

Other APIs Reputation publishes across the network.

Reputation Asset Library API
Reputation Authorize API
Reputation Categories API
Reputation Credentials API
Reputation Listing Audits API
Reputation Metrics API
Reputation Reports API
Reputation Requests API
Reputation Reviews API
Reputation Rich Content API
Reputation Summary API
Reputation Surveys API