Register an endpoint
201.
string
required
Must be
https://. http://localhost and http://127.0.0.1 are accepted for local
development; nothing else over plain HTTP is.string
Optional, max 200 characters. Yours, for telling endpoints apart in the list.
Response (201)
400 Invalid request with issues on a non-https URL or a malformed body.
Multiple endpoints per tenant are supported, each with its own secret. Every active endpoint
receives every event.
List endpoints
200.
data, for the same reason as on
GET /v1/api-keys: it is the field checkouts and buyer profiles
already answer with. The response repeats the identical array as endpoints, the field’s original
name, elided from the example for length and kept for existing callers.
nextCursor is always null — there is nothing to page. Newest first, and revoked endpoints are
excluded.
string | null
When we last attempted a delivery.
null until the first one.integer | null
The raw HTTP status your endpoint returned. The fastest way to notice you have been
500ing for a day.
Revoke an endpoint
200.
404 Endpoint not found if it does not exist, is not yours, or is already revoked.