Publisher Account Onboarding to Nextdoor

When a publisher user opts-in to push their content onto Nextdoor, the partner will make an initial API request to get or create the Nextdoor account, and receive a URL for the user to follow to establish an authenticated web session.

If a Nextdoor account does not exist for the specified email address, then one will be created. Nextdoor will return a login URL for the user to follow

HTTP/1.1 200 OK  
Content-Type: application/json  
{  
	"login_url": "<NEXTDOOR_LOGIN_URL>"  
}
Body Params
string

country in COUNTRY_ISO_3166-1_ALPHA-2 format

string

Email address you will use to create this account

string

(optional) allows clients to have different redirect uris configured per account. Used for testing.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json