v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

/me

get/external/api/partner/v1/me/

Response

200

idstring
first_namestring
last_namestring
profile_picturestring
statusstring
account_creation_datestring
verifiedstring
is_agency_profilestring
is_business_profilestring
is_neighbor_profilestring
neighborhood_namestring
neighborhood_urlstring
city_namestring
business_namestring
agency_idstring
agency_namestring
agency_url_at_nextdoorstring
agency_external_urlstring
agency_photostring
agency_citystring
agency_statestring

Example response

{
  "id": "<string>",
  "first_name": "First Name",
  "last_name": "Last Name",
  "profile_picture": "Profile Picture URL",
  "status": "Activated, Suspended, or Deactived",
  "account_creation_date": "Account creation time in ISO format",
  "verified": "If the profile is verified by Nextdoor",
  "is_agency_profile": "is agency profile",
  "is_business_profile": "is business profile",
  "is_neighbor_profile": "is neighbor profile",
  "neighborhood_name": "Name of the neighborhood",
  "neighborhood_url": "Link to the neighborhood description page",
  "city_name": "Name of the city",
  "business_name": "Name of the business if this is a business profile",
  "agency_id": "id of Agency if request is made by an agency user",
  "agency_name": "Name of Agency if request is made by an agency user",
  "agency_url_at_nextdoor": "URL of Agency if request is made by an agency user",
  "agency_external_url": "External url of Agency if request is made by an agency user",
  "agency_photo": "Photo of Agency if request is made by an agency user",
  "agency_city": "City of Agency if request is made by an agency user",
  "agency_state": "State of Agency if request is made by an agency user"
}
All 59 operations