---
title: "Get Contacts"
method: GET
path: "/api/v1/settings/contacts"
tags: ["Contacts"]
---

# Get Contacts

`GET /api/v1/settings/contacts`

Invokes the c1.api.settings.v1.ContactsService.GetContacts method.

## Response `200`

Successful response

- C1ApiSettingsV1GetContactsResponse — The GetContactsResponse message.
  - `contacts` C1ApiSettingsV1Contacts — Contacts represents the contact configuration for an organization.
    - `billingEmails` string[], nullable — Email addresses of billing contacts for this organization.
    - `createdAt` string, date-time, nullable
    - `operationsEmails` string[], nullable — Email addresses of operations contacts for this organization.
    - `securityEmails` string[], nullable — Email addresses of security contacts for this organization.
    - `updatedAt` string, date-time, nullable

## Changes

- **2026-08-21** `f2cf3228f366` — 2 breaking, 5 warning
  - added `#/components/schemas/c1.api.settings.v1.Contacts, subschema #2` to the `contacts` response property `oneOf` list for the response status `200`
  - the `contacts` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `contacts/billingEmails` from the response with the `200` status
  - removed the optional property `contacts/createdAt` from the response with the `200` status
  - …3 more
- **2026-04-30** `fa2bb307d6fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/contacts/get.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
