POST
/
v1
/
billing-spaces
/
{org_id}
/
subscribe
curl --request POST \
  --url https://api.pulze.ai/v1/billing-spaces/{org_id}/subscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tier": "INTERNAL",
  "cycle": "MONTHLY"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Body

application/json
tier
enum<string>
required
Available options:
INTERNAL,
FREE,
PRO,
TEAM,
ENTERPRISE
cycle
enum<string>
required
Available options:
MONTHLY,
YEARLY

Response

200
application/json
Successful Response

The response is of type any.