cURL
curl --request GET \ --url https://api.example.com/api/CvProcessingTemplates
[ { "id": 123, "customerId": 123, "isEnabled": true, "name": "<string>", "subject": "<string>", "body": "<string>", "senderName": "<string>", "senderEmail": "<string>" } ]
OK
Was this page helpful?