v1
latestOpenAPI 3.1.02026-07-24590188.7 KB/me
get/external/api/partner/v1/me/
Response
200
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"
}