Skip to main content

Base URL

https://vvdufluovypptsnkihyv.supabase.co/functions/v1

Authentication

All endpoints require an x-api-key header with a valid API key.
"security": [
  {
    "ApiKeyAuth": []
  }
]
Key prefixEnvironment
sk_test_*Sandbox — data is created but never sent to bureaus
sk_live_*Production — full Metro 2 pipeline

Response format

Success (single resource): Returns the resource object directly. Success (list): Returns a paginated envelope:
{
  "data": [ ... ],
  "pagination": {
    "page": 1,
    "per_page": 20,
    "total": 150,
    "total_pages": 8
  }
}
Error: Returns an error envelope:
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Description of the error",
    "field": "field_name",
    "request_id": "uuid"
  }
}

View OpenAPI Specification

View the full OpenAPI 3.0.3 specification file