Skip to main content
GET
/
v1
/
admin
/
identity
/
contact-points
List contact points
curl --request GET \
  --url https://{operatorDomain}/v1/admin/identity/contact-points \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "cpnt_01h...",
    "kind": "email",
    "value": "<string>",
    "label": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of contact points

id
string
Example:

"cpnt_01h..."

kind
string
Example:

"email"

value
string
label
string | null