v1
latestOpenAPI 3.1.02026-07-24590188.7 KB/me/profiles
See all profiles associated with this account. Does not support agency account.
get/external/api/partner/v1/me/profiles
Response
200
Example response
{
"primary_profile_id": "indicate the primary profile id",
"profile_list": [
{
"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",
"is_entity_profile": "is entity profile",
"business_name": "Name of the business if this is a business profile",
"neighborhood_url": "Link to the neighborhood description page",
"city_name": "Name of the city",
"entity_page": {
"id": "ID of the entity page if this is an entity profile and has a page created",
"url": "Url of the entity page if this is an entity profile and has a page created",
"publication_url": "Url of publication if this is an entity page profile",
"name": "Name of publication's entity page use",
"logo_url": "Url of publication logo",
"description": "Description of publication's entity page"
}
}
]
}