v1
latestOpenAPI 3.1.02026-07-24590188.7 KBadvertiser/create
post/v2/api/advertiser/create
Request body
Response
200
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>"
}