Skip to content

Check Status

Check the status of a responder endpoint
get/v1/responder_endpoints

Check the status of a responder endpoint

Query Parameters
typeenum
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"
Returns
enrolledbooleanurlstringResponderEndpointStatus
Request example Request
curl https://api.lithic.com/v1/responder_endpoints \
    -H "Authorization: $LITHIC_API_KEY" \
    -d '{}'
200 Example
{
  "enrolled": true,
  "url": "https://example.com"
}