Responder Endpoints

Enroll a responder endpoint

post/v1/responder_endpoints

Request body

type'AUTH_STREAM_ACCESS' | 'THREE_DS_DECISIONING' | 'TOKENIZATION_DECISIONING'

The type of the endpoint.

urlstring uri

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

Response

Endpoint enrolled successfully

enrolledboolean

True if the endpoint was enrolled successfully.

Changes