Skip to main content
GET
/
api
/
v1
/
profiles
/
{profileId}
/
subscriptions
Get profile subscriptions
curl --request GET \
  --url http://localhost:3001/api/v1/profiles/{profileId}/subscriptions \
  --header 'x-api-key: <api-key>'
{
  "profileId": "<string>",
  "subscriptionGroups": [
    {
      "id": "<string>",
      "name": "<string>",
      "isSubscribed": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://segmentflow.ai/docs/llms.txt

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

Authorizations

x-api-key
string
header
required

Unified API key for server-side SDK and API integrations

Path Parameters

profileId
string
required
Minimum string length: 1

Response

Default Response

GET /api/v1/profiles/:profileId/subscriptions response — group statuses for one Profile

profileId
string
required
subscriptionGroups
object[]
required