---
title: "Get Credential Session Info"
method: GET
path: "/v3/mcp/credential-sessions/{session_id}"
tags: ["v3", "MCP"]
---

# Get Credential Session Info

`GET /v3/mcp/credential-sessions/{session_id}`

Get credential session info for the frontend form page.

This endpoint is called by the hosted credential page at
/mcp/credentials/{session_id} to fetch the field definitions
and render the appropriate form.

No API key required; the session_id itself acts as a bearer token.
Sessions are short-lived (10 minutes) and single-use.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/definite/apis/defapi.md) · [All operations](https://skmtc.dev/definite/apis/defapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/definite/defapi/revisions/3943d8deb3be/schema)
