GET
/
account
/
billing
curl --request GET \
  --url https://api.diversion.dev/v0/account/billing \
  --header 'Authorization: Bearer <token>'
{
  "location": "https://billing.diversion.dev/sessions/1234"
}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Query Parameters

return_url
string

Response

200
application/json

Billing information session

Information for a billing portal session where the user can view and modify their billing information