BillingPortal url

/Billing/portal-url

GET
/Billing/portal-url
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Billing/portal-url"
{
  "success": true,
  "portal_url": "string",
  "error_message": "string"
}