Skip to main content
GET
/
account
/
billing-details
Get billing details
curl --request GET \
  --url https://api.veryfront.com/account/billing-details \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "address": {
    "line1": "<string>",
    "line2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "postal_code": "<string>",
    "country": "<string>"
  },
  "tax_ids": [
    {
      "id": "<string>",
      "type": "<string>",
      "value": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Response

Billing details

name
string | null
required
email
string<email> | null
required
phone
string | null
required
address
object
required
tax_ids
object[]
required