# Get clients

Returns an array of clients the current user is linked to

Endpoint: GET /v1/organisations/clients
Version: 1.0

## Response 200:

  - `200` (unknown)
    OK

## Response 200 fields (text/plain):

  - `id` (integer)
    The organisation id of the client

  - `name` (string)
    The name of the client organisation

  - `type` (string)
    The type of the organisationOptions:ServiceProviderCustomer
    Enum: "ServiceProvider", "Customer"

  - `permissions` (array)
    The permissions the user has for the organisation

