Skip to main content
GET
/
v1
/
admin
/
identity
/
named-contacts
List named contacts
curl --request GET \
  --url https://{operatorDomain}/v1/admin/identity/named-contacts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "ncnt_01h...",
    "role": "billing",
    "name": "<string>",
    "email": "jsmith@example.com",
    "phone": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of named contacts

id
string
Example:

"ncnt_01h..."

role
string
Example:

"billing"

name
string
email
string<email> | null
phone
string | null