cURL
curl --request POST \ --url https://api.velt.dev/v2/workspace/emailconfig/get \ --header 'x-velt-api-key: <x-velt-api-key>' \ --header 'x-velt-auth-token: <x-velt-auth-token>'
{ "result": { "status": "success", "message": "Email configuration retrieved successfully.", "data": { "useEmailService": false, "emailServiceConfig": { "type": "default", "apiKey": "", "fromEmail": "", "fromCompany": "", "commentTemplateId": "", "tagTemplateId": "" } } } }
x-velt-api-key
x-velt-auth-token
POST https://api.velt.dev/v2/workspace/emailconfig/get
{ "data": {} }
{ "error": { "status": "PERMISSION_DENIED", "message": "Invalid API key." } }
Was this page helpful?
Contact support