GET
/
api
/
contacts
curl --request GET \
  --url https://lyra.so/api/v1/api/contacts \
  --header 'X-LYRA-API-KEY: <api-key>'
[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]

Authorizations

X-LYRA-API-KEY
string
header
required

Response

200
application/json
List of contact IDs retrieved successfully

The response is of type string[].