Skip to main content
POST
/
v1
/
billing
/
portal
Create Portal
curl --request POST \
  --url https://api.polysimulator.com/v1/billing/portal \
  --header 'X-API-Key: <api-key>'
{
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

authorization
string | null

Response

Successful Response

url
string
required