GET /v1/organisations
{
  "id": "0e9e7a5b390085c6179c3839274aa350",
  "name": "Annature",
  "email": "ted@annature.com.au",
  "number": "1300 000 000",
  "address": "Level 38, 71 Eagle Street, Brisbane 4000",
  "website": "www.annature.com.au",
  "logo": "https://annature..",
  "color": "#5469d4",
  "created": "2019-12-17T05:30:00Z"
}

Retrieves the details of your organisation, including contact information, business name, and default branding settings.

This endpoint is typically used to display or configure the organisation’s identity as it appears across envelopes, signing pages, and recipient communications.

Parameters

No parameters are required.

GET /v1/organisations
{
  "id": "0e9e7a5b390085c6179c3839274aa350",
  "name": "Annature",
  "email": "ted@annature.com.au",
  "number": "1300 000 000",
  "address": "Level 38, 71 Eagle Street, Brisbane 4000",
  "website": "www.annature.com.au",
  "logo": "https://annature..",
  "color": "#5469d4",
  "created": "2019-12-17T05:30:00Z"
}