---
title: "advertiser/create"
method: POST
path: "/v2/api/advertiser/create"
---

# advertiser/create

`POST /v2/api/advertiser/create`

## Request body

- object
  - `name` string, required
  - `website_url` string
  - `category_id` string
  - `address` object

## Response `200`

200

- object
  - `id` string
  - `profile_id` string
  - `name` string
  - `website_url` string
  - `categories` string[]
  - `address` object
    - `street_address` string
    - `street_address_2` string
    - `city` string
    - `state` string
    - `postal_code` string
    - `country` string
  - `billing_limit` string
  - `payment_profile_id` string
  - `bill_to_payment_profile_id` string
  - `account_balance` string

---

[API](https://skmtc.net/nextdoor/apis/share-api.md) · [All operations](https://skmtc.net/nextdoor/apis/share-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextdoor/share-api/versions/e267916612d6/schema)
