Skip to main content
GET
/
api
/
v1
/
checkout
/
{code}
/
session
Get Checkout Session
curl --request GET \
  --url https://api.example.com/api/v1/checkout/{code}/session
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

code
string
required

Response

Successful Response