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

Nextdoor Advertising API

The Advertising API from Nextdoor — 7 operation(s) for advertising.

Nextdoor Advertising API is one of 6 APIs that Nextdoor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Advertising. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 7 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://developer.nextdoor.com.

7 operations 7 paths 0 schemas 4 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://developer.nextdoor.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Nextdoor Advertising API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. By default, every request must be authenticated.

  • oauth2 — Nextdoor uses OAuth-based access tokens to authorize API requests. Refer to developer.nextdoor.com for token issuance and required scopes.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 4 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Advertising 7
POST
/v1/campaign/create
Create an advertising campaign
createCampaign → 200
GET
/v1/campaign/get/{id}
Get a campaign by ID
getCampaign 1 param → 200
POST
/v1/campaign/update
Update an existing campaign
updateCampaign → 200
GET
/v1/campaign/get/{id}/stats
Get statistics for a campaign
getCampaignStats 1 param → 200
POST
/v1/ad/create
Create an ad
createAd → 200
GET
/v1/ad/list
List ads
listAds → 200
GET
/v1/ad/get/{id}/stats
Get statistics for an ad
getAdStats 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nextdoor-advertising-api-openapi.yml Raw ↑

Other APIs Nextdoor publishes across the network.

Nextdoor
Nextdoor Conversions API
Nextdoor Creatives API
Nextdoor Posts API
Nextdoor Search API