Skip to main content
GET
/
v1
/
billing-spaces
/
{org_id}
/
manage
Customer Portal
curl --request GET \
  --url https://api.pulze.ai/v1/billing-spaces/{org_id}/manage \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

Response

Successful Response