Skip to main content
GET
/
v1
/
endpoints
List query endpoints
curl --request GET \
  --url https://api.withsplendor.com/v1/endpoints \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "endpoints": [
    {
      "created_at": "2026-01-15T09:30:00Z",
      "description": "Orders in a region, newest first.",
      "endpoint_id": "qe_01H8Z3",
      "latest_version": 2,
      "name": "orders_by_region",
      "updated_at": "2026-01-15T09:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Response

Successful Response

endpoints
QueryEndpointResponse · object[]
required