Campaigns

get

Returns all campaigns belonging to the Tier the customer belongs to (customer identified with customerId parameter)

Path parameters
idstringRequired

The customer ID.

Header parameters
X-Inveterate-Api-KeystringRequired

Your private Inveterate API key.

Responses
200
Returned upon successful direct action to our database. Action is immediate.
application/json
get
GET /v2.0/storefront/tiers/{id}/campaigns HTTP/1.1
Host: 
X-Inveterate-Api-Key: text
Accept: */*
{
  "message": "text",
  "data": {}
}

Was this helpful?