Skip to main content
GET
/
v2
/
customer-segments
/
custom-fields
List Partner Custom Fields
curl --request GET \
  --url https://api.example.com/v2/customer-segments/custom-fields \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "key": "<string>",
    "title": "<string>",
    "type": "<string>",
    "description": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

object_type
string
default:partner

Response

Successful Response

id
string
required
key
string
required

The unique key for this field.

title
string | null
required

The human readable name for this field.

type
string | null
required

The data type for this field.

description
string | null
required

A description of this field.