v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

advertiser/create

post/v2/api/advertiser/create

Request body

namestring required
website_urlstring
category_idstring
addressobject

Response

200

idstring
profile_idstring
namestring
website_urlstring
categoriesstring[]
billing_limitstring
payment_profile_idstring
bill_to_payment_profile_idstring
account_balancestring

Example response

{
  "id": "<adsId>",
  "profile_id": "<adsId>",
  "name": "<string>",
  "website_url": "<string>",
  "categories": [
    "<string>"
  ],
  "address": {
    "street_address": "<string>",
    "street_address_2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "postal_code": "<string>",
    "country": "<string>"
  },
  "billing_limit": "<money>",
  "payment_profile_id": "<adsId>",
  "bill_to_payment_profile_id": "<adsId>",
  "account_balance": "<money>"
}