> For the complete documentation index, see [llms.txt](https://docs.giize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giize.com/product-docs/api-reference/sdp-api.md).

# SDP API

## Scope

This page covers the production-side SDP REST API behavior already verified from the repo.

## Confirmed Characteristics

* REST API v3 is active
* the repo can use session cookies instead of a separate API key
* write/update flows require `X-ZCSRF-TOKEN`
* request read, list, create, update, and resolution flows are verified

## Verified High-Value Endpoints

* `GET /api/v3/requests`
* `GET /api/v3/requests/{id}`
* `POST /api/v3/requests`
* `PUT /api/v3/requests/{id}`
* `POST /api/v3/requests/{id}/resolutions`
* `GET /api/v3/requests/_newform`
* `GET /api/v3/requests/_get_mandatory_fields`

## Why This Matters

These APIs already map directly to current code and can be extended with lower risk than unverified surfaces.

## Recommended Source

For full verified detail, use:

* `document/api_sdp.md`
