Skip to main content
GET
/
campaigns
/
{id}
/
customer_metadatas
List all campaign customer metadata for a campaign
curl --request GET \
  --url https://api.pocketflows.com/campaigns/{id}/customer_metadatas \
  --header 'Authorization: Basic <encoded-value>'
{
  "customer_metadatas": [
    {
      "customer": "<string>",
      "metadata": {},
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the campaign

Response

200 - application/json

An object with a customer_metadatas key containing an array of metadata objects

customer_metadatas
The Campaign Customer Metadata object · object[]
required

An array of campaign customer metadata objects