curl --request GET \
--url https://{baseurl}/api/v1/management/people \
--header 'x-api-key: <x-api-key>'{}Get all the identified people from Formbricks
curl --request GET \
--url https://{baseurl}/api/v1/management/people \
--header 'x-api-key: <x-api-key>'{}OK
The response is of type object.
Was this page helpful?