Skip to main content
GET
/
billing
/
portal
cURL
curl --request GET \
  --url http://localhost:3000/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "OK",
  "data": {
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

orgId
string<uuid>
required

Response

Default Response

statusCode
number
message
string
default:OK
data
object