curl --request GET \
--url https://api.example.com/api/public/team-members/all \
--header 'x-api-key: <x-api-key>'{}curl --request GET \
--url https://api.example.com/api/public/team-members/all \
--header 'x-api-key: <x-api-key>'{}API key needed to authorize the request
All team members found.
The response is of type object.
Was this page helpful?