v1
latestOpenAPI 3.1.02026-07-2420077.8 KBList all Invoice Profiles
List all invoice profiles associated to this account
get/profiles
Query parameters
offsetinteger
Pagination offset index, 0 based (page number)
limitinteger
Maximum number of elements to return per page. Defaults to 10. Allowed values are in the range [1, 50]. See more info in Pagination
exclude_personalboolean
[optional] Exclude personal invoice profiles from response
Response
200
Example response
{
"limit": 10,
"total": 2,
"profiles": [
{
"id": "f2dd1aa3-5601-4725-a520-bd59885bbb16",
"name": "My Company Ltd",
"payment_method_type": "automatic",
"billing_period": "instant",
"currency": "GBP",
"billing_information": {
"legal_name": "My Company Ltd",
"vat_number": "GB123456789",
"address_line_1": "199 Bishopsgate",
"address_line_2": "Spitalfields",
"city": "London",
"postal_code": "EC2M 3TY",
"country_name": "United Kingdom"
}
}
]
}