get_profile
Retrieve detailed customer profile data by specifying the profile ID, enabling efficient management of marketing automation and audience insights in Klaviyo.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the profile to retrieve |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "ID of the profile to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}