---
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
    - `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

---

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