Retrieve Billing Information
GET/account/billing/
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
- Example
Schema
Possible values: <= 150 characters
First name of billing contact.
Possible values: <= 150 characters
Last name of billing contact.
Possible values: <= 250 characters
Company name for billing purposes.
Possible values: <= 70 characters
E-mail for billing purposes.
Possible values: <= 150 characters
Company address for billing purposes.
Possible values: <= 50 characters
Possible values: <= 50 characters
Company country for billing purposes.
Possible values: <= 50 characters
Company state for billing purposes.
Possible values: <= 20 characters
Company zip code for billing purposes.
Possible values: <= 70 characters
Company VAT number for billing purposes.
Possible values: <= 70 characters
Company registration number for billing purposes.
Possible values: <= 70 characters
Additional information that should be in invoices.
Currency code information.
{
"first_name": "string",
"last_name": "string",
"company": "string",
"email": "[email protected]",
"address": "string",
"city": "string",
"country": "string",
"state": "string",
"zip": "string",
"vat_number": "string",
"reg_number": "string",
"other": "string",
"currency_code": "string"
}
{
"first_name": "Pedro",
"last_name": "Miguel",
"company": "Probely",
"email": "[email protected]",
"address": "Fake street 19",
"city": "Lisbon",
"country": "Portugal",
"zip": "1200-123",
"vat_number": "123456789"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}