Skip to main content
GET
/
v1
/
account
/
billing
Get billing portal URL
curl --request GET \
  --url https://api.urltodata.ai/v1/account/billing \
  --header 'Authorization: Bearer <token>'
{
  "billing_portal": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Query Parameters

redirect_origin
string<uri>

Origin URL for Stripe billing portal return redirect (must be an allowed origin)

Response

Billing information

billing_portal
string | null
message
string | null