Skip to main content
GET
cURL
Use this endpoint to get the list of Suki-defined Medical form template IDs available for Form filling ambient sessions.

Code examples

The code examples below use placeholders and the stage host sdp.suki-stage.com only as examples. For credentials, base URLs, where to run Python or TypeScript, CORS, and cURL, refer to Using code examples in your integration in the API Reference Guidelines.
If this endpoint returns an empty list, contact support.

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Response

Request succeeded.

Response body for the /info/suki-medical-form-templates endpoint

form_templates
object[]

List of Suki-defined Medical form templates

Last modified on August 13, 2026