POST
/
api
/
stripe
/
checkout
/
setup
/
{organization_id}
curl --request POST \
  --url https://api.trieve.ai/api/stripe/checkout/setup/{organization_id} \
  --header 'Authorization: <api-key>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string
required

The id of the organization to create setup checkout session for.

Response

200
application/json
Checkout session (setup) response
url
string
required