Skip to content

Create

Enroll a responder endpoint
post/v1/responder_endpoints

Enroll a responder endpoint

Body Parameters
typeenum
optional
Accepts one of the following: "AUTH_STREAM_ACCESS", "THREE_DS_DECISIONING", "TOKENIZATION_DECISIONING"

The type of the endpoint.

Hide ParametersShow Parameters
"AUTH_STREAM_ACCESS"
"THREE_DS_DECISIONING"
"TOKENIZATION_DECISIONING"
urlstring
optional

The URL for the responder endpoint (must be http(s)).

formaturi
Returns
enrolledboolean
optional

True if the endpoint was enrolled successfully.

Request example Request
curl https://api.lithic.com/v1/responder_endpoints \
    -H 'Content-Type: application/json' \
    -H "Authorization: $LITHIC_API_KEY" \
    -d '{}'
200 Example
{
  "enrolled": true
}