Alpine· Docs
Contents

Reference

Management sandboxes

Provision, inspect, credential, and retire Test sandboxes.

List Test sandboxesGET/management/v1/sandboxes

Page through the Test sandboxes visible to this Management key.

Provision a Test sandboxPOST/management/v1/sandboxes

Create or replay a bounded Test sandbox and receive its initial Application key once.

Read a Test sandboxGET/management/v1/sandboxes/{sandboxRef}

Inspect one sandbox, its lifecycle, and its non-secret starter material.

Read sandbox request recordsGET/management/v1/sandboxes/{sandboxRef}/request-log

Inspect bounded request metadata for diagnosis without exposing request or response bodies.

List sandbox Application keysGET/management/v1/sandboxes/{sandboxRef}/api-keys

Review the non-secret inventory and lifecycle of Application keys issued to a sandbox.

Mint a sandbox Application keyPOST/management/v1/sandboxes/{sandboxRef}/api-keys

Issue a least-authority Application key for a Test sandbox and receive its secret once.

Revoke a sandbox Application keyPOST/management/v1/sandboxes/{sandboxRef}/api-keys/{apiKeyRef}/revoke

Withdraw one sandbox Application key without retiring the sandbox.

Retire a Test sandboxPOST/management/v1/sandboxes/{sandboxRef}/retire

Close a Test sandbox after its child Application keys have been reconciled and revoked.

List customer event typesGET/management/v1/sandboxes/{sandboxRef}/customer-events/catalog

List the customer event types the Test sandbox can emit to outbound webhooks.

List customer eventsGET/management/v1/sandboxes/{sandboxRef}/customer-events

Page through the retained customer-event projections for one Test sandbox.

Read a customer eventGET/management/v1/sandboxes/{sandboxRef}/customer-events/{eventRef}

Read one retained customer-event projection by its event reference.

List event webhook deliveriesGET/management/v1/sandboxes/{sandboxRef}/customer-events/{eventRef}/webhook-deliveries

Read the endpoint and delivery candidates derived for one retained customer event.

List webhook endpointsGET/management/v1/sandboxes/{sandboxRef}/webhook-endpoints

Page through non-secret outbound webhook endpoint projections for one Test sandbox.

Read a webhook endpointGET/management/v1/sandboxes/{sandboxRef}/webhook-endpoints/{endpointRef}

Inspect one endpoint's lifecycle, subscriptions, and redacted target posture.

List webhook deliveriesGET/management/v1/sandboxes/{sandboxRef}/webhook-deliveries

Page through delivery records and narrow them by state, event, or endpoint reference.

Read a webhook deliveryGET/management/v1/sandboxes/{sandboxRef}/webhook-deliveries/{deliveryRef}

Inspect one delivery, its bounded attempts, response posture, and retry state.

generated from openapi.json · gateway 0.1.0 · sandbox