cURL
curl --request GET \ --url https://api.example.com/api/Contacts/Attendees
[ { "id": 123, "attendeeID": 123, "name": "<string>", "type": "<string>", "email": "<string>", "hasResume": true, "jobTitle": "<string>", "clientName": "<string>" } ]
OK
Was this page helpful?