curl --request GET \
--url https://api.zivio.net/api/v3/orgs/{id} \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>'{
"id": "23",
"name": "Demonstration Inc.",
"is_external_client": "false",
"url": "www.example.com",
"billing_email": "[email protected]",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-12-25",
"address": {
"id": "326",
"line1": "326",
"line2": "Westbourne Grove",
"city": "Brighton",
"region": "East Sussex",
"postcode": "BN99 9XX",
"country_code": "GB",
"formatted": "326, Westbourne Grove, Brighton, East Sussex, BN99 9XX, United Kingdom"
},
"invoice_address": {
"id": "326",
"line1": "326",
"line2": "Westbourne Grove",
"city": "Brighton",
"region": "East Sussex",
"postcode": "BN99 9XX",
"country_code": "GB",
"formatted": "326, Westbourne Grove, Brighton, East Sussex, BN99 9XX, United Kingdom"
},
"custom_fields": {
"key": "value"
},
"settings": {
"default_fee_methodology": "markup",
"cis_contractor": "true",
"payment_terms_in_days": "30"
}
}curl --request GET \
--url https://api.zivio.net/api/v3/orgs/{id} \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>'{
"id": "23",
"name": "Demonstration Inc.",
"is_external_client": "false",
"url": "www.example.com",
"billing_email": "[email protected]",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-12-25",
"address": {
"id": "326",
"line1": "326",
"line2": "Westbourne Grove",
"city": "Brighton",
"region": "East Sussex",
"postcode": "BN99 9XX",
"country_code": "GB",
"formatted": "326, Westbourne Grove, Brighton, East Sussex, BN99 9XX, United Kingdom"
},
"invoice_address": {
"id": "326",
"line1": "326",
"line2": "Westbourne Grove",
"city": "Brighton",
"region": "East Sussex",
"postcode": "BN99 9XX",
"country_code": "GB",
"formatted": "326, Westbourne Grove, Brighton, East Sussex, BN99 9XX, United Kingdom"
},
"custom_fields": {
"key": "value"
},
"settings": {
"default_fee_methodology": "markup",
"cis_contractor": "true",
"payment_terms_in_days": "30"
}
}ok
"23"
"Demonstration Inc."
"false"
"www.example.com"
Show child attributes
"326"
"326"
"Westbourne Grove"
"Brighton"
"East Sussex"
"BN99 9XX"
"GB"
"326, Westbourne Grove, Brighton, East Sussex, BN99 9XX, United Kingdom"
Show child attributes
"326"
"326"
"Westbourne Grove"
"Brighton"
"East Sussex"
"BN99 9XX"
"GB"
"326, Westbourne Grove, Brighton, East Sussex, BN99 9XX, United Kingdom"