Organizations
Get billing profile for settings page
GET
Get billing profile for settings page
Response
OK
Get billing profile for settings page
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.wazapin.com/v1/settings/billing/profileconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/settings/billing/profile', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/settings/billing/profile"
response = requests.get(url)
print(response.text){
"address_line_1": "<string>",
"address_line_2": "<string>",
"billing_email": "<string>",
"billing_phone": "<string>",
"city": "<string>",
"complete": true,
"completeness": {
"is_complete": true,
"missing_fields": [
"<string>"
]
},
"country_code": "<string>",
"legal_name": "<string>",
"missing_fields": [
"<string>"
],
"organization_id": "<string>",
"postal_code": "<string>",
"state_or_province": "<string>",
"tax_id": "<string>",
"tax_name": "<string>",
"created_at": "<string>",
"last_updated_at": "<string>",
"last_updated_by": "<string>",
"updated_at": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}OK
Show child attributes
curl --request GET \
--url https://api.wazapin.com/v1/settings/billing/profileconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/settings/billing/profile', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/settings/billing/profile"
response = requests.get(url)
print(response.text){
"address_line_1": "<string>",
"address_line_2": "<string>",
"billing_email": "<string>",
"billing_phone": "<string>",
"city": "<string>",
"complete": true,
"completeness": {
"is_complete": true,
"missing_fields": [
"<string>"
]
},
"country_code": "<string>",
"legal_name": "<string>",
"missing_fields": [
"<string>"
],
"organization_id": "<string>",
"postal_code": "<string>",
"state_or_province": "<string>",
"tax_id": "<string>",
"tax_name": "<string>",
"created_at": "<string>",
"last_updated_at": "<string>",
"last_updated_by": "<string>",
"updated_at": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}