Add Business IDs to Allow List

Add business IDs to Allow List.

Example:
If you want to add the following two business IDs, send a POST request with the following JSON body:

{
	“business_ids”: [
		“w-WAiKJe__oZV13M34pTFw”,
		“ThncHZzfDNaNYYMXk88hLQ”
	]
}

A successful response will show the number of businesses in your allow list.
For the above example:

{“whitelist_business_ids_count”: 2}

Note: The format for the authorization header is "Bearer <API_KEY>", i.e. for curl -H Authorization: Bearer <API_KEY>. For details see Authentication

🚧

Webhooks API is deprecated

Please migrate to the Business Subscriptions API

Language
Authorization
Header
Click Try It! to start a request and see the response here!