curl --request GET \
--url https://{baseurl}/api/v1/management/contacts \
--header 'x-api-key: <x-api-key>'{}Retrieve a list of all contacts for the current environment
curl --request GET \
--url https://{baseurl}/api/v1/management/contacts \
--header 'x-api-key: <x-api-key>'{}OK
The response is of type object.
Was this page helpful?