---
title: "Enroll a responder endpoint"
method: POST
path: "/v1/responder_endpoints"
tags: ["Responder Endpoints"]
---

# Enroll a responder endpoint

`POST /v1/responder_endpoints`

## Request body

- object
  - `type` 'AUTH_STREAM_ACCESS' | 'THREE_DS_DECISIONING' | 'TOKENIZATION_DECISIONING' — The type of the endpoint.
  - `url` string, uri — The URL for the responder endpoint (must be http(s)).

## Response `200`

Endpoint enrolled successfully

- object
  - `enrolled` boolean — True if the endpoint was enrolled successfully.

---

[API](https://skmtc.dev/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.dev/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/39b2f52b8cd7/schema)
