Skip to content

Get account billing info

Request

Get billing information for the account inferred from the Bearer Token.

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/billing-info \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
scheduledSuspensionDatestring or null, (date)

The date the account is scheduled to be suspended, if one is scheduled.

Example:"2026-06-10"
Response
{ "scheduledSuspensionDate": "2026-06-10" }