POST
/
{apiVersion}
/
{apiProvince}
/
trigger_profile_webhook
curl --request POST \
  --url https://api.getbuildify.com/{apiVersion}/{apiProvince}/trigger_profile_webhook \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "id": "<string>",
  "collection": "<string>"
}'
"{}"

Authorizations

x-api-key
string
header
required

Path Parameters

apiVersion
enum<string>
required
Available options:
v1-sandbox,
v1-lite,
v1
apiProvince
enum<string>
default:
on
required
Available options:
on,
bc,
ab,
mb,
nb,
nl,
ns,
pe,
qc,
sk

Body

application/json
id
string
required

The id of the subscription to be trigger

collection
string
required

Only possible values are : Architects, Builders, InteriorDesigners, Marketers, SalesCentres, SalesCompanies

Response

200
application/json
200

The response is of type object.