GET
/
orgs
curl --request GET \
  --url https://api.zivio.net/api/v3/orgs \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "orgs": [
    {
      "id": "23",
      "name": "Demonstration Inc.",
      "is_external_client": "false",
      "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"
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Query Parameters

q
string

Query string. Match by name

limit
integer

Number of results returned per request

page
integer

Paginate results when number of results exceeds limit

created
string

Date range [2020-01-01+TO+2020-01-30], to search based on created timestamp for object.

updated
string

Date range [2020-01-01+TO+2020-01-30] to search based on updated timestamp for object.

sort
string

Results are sorted by created desc as default. Ordering may be specified, available options are ['created', 'updated'], which can be combined in a comma separated list, e.g. updated:desc,created:asc

Response

200
*/*
ok
orgs
object[]