# Segment

## Requirements

<table><thead><tr><th width="152.25390625">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Segment Bearer Token. Used in the Authorization header. Must have permissions to use the Deletion and Suppression API.</td></tr></tbody></table>

### Integrating with Segment

To integrate Teleskope with Segment

1. Navigate to **Data Subject Rights** → **Third Party Integrations** and pick Segment
2. Enter the required fields for the integration and click **Save**.

### Supported Endpoints & Identifiers

| Endpoint | Default Identifier |
| -------- | ------------------ |
| **User** | USER\_ID           |

*Segment users are matched using your system’s internal User ID. Deletion requests require providing this identifier.*

### Parameter Defaults

Teleskope’s Segment integration enforces the following default behavior:

<table><thead><tr><th>Parameter Name</th><th width="238.3203125">Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>regulationType</strong></td><td>SUPPRESS_WITH_DELETE_INTERNAL</td><td>Hard-coded. Instructs Segment to delete and suppress all user data.</td></tr><tr><td><strong>subjectType</strong></td><td>USER_ID</td><td>Required. Only USER_ID is supported as the subject type.</td></tr></tbody></table>

The integration always uses these values when creating regulation jobs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-integrations/segment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
