Skip to main content
GET
/
audience
/
properties
/
{propertyId}
Show a property
curl --request GET \
  --url https://app.lettr.com/api/audience/properties/{propertyId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Property retrieved successfully.",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "first_name",
    "type": "string",
    "fallback_value": "Friend",
    "created_at": "2023-11-07T05:31:56Z"
  }
}
Retrieve a single property. Requires the audience:read scope.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

propertyId
string<uuid>
required

Property ID

Response

Property retrieved successfully.

message
string
required
Example:

"Property retrieved successfully."

data
object
required