Skip to main content
POST
/
v2
/
customer-segments
/
match
Match Segments For Partners
curl --request POST \
  --url https://api.example.com/v2/customer-segments/match \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "partner_ids": [
    "<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.

Body

application/json
partner_ids
string[]
required
Required array length: 1 - 200 elements

Response

Successful Response

{key}
CustomerSegment · object