> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve organisation

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.*

<RequestExample>
  ```bash Endpoint theme={null}
  GET /v1/organisations
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "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"
  }
  ```
</ResponseExample>
