Resources Setting Get Mail Service
Get Mail Service
Http Method
GET
End Point
/~api/settings/mail-service
Response
Operation Successful
Status Code
200
Response Body
Content Type
application/json
Example
{
"@type" : "SendgridMailService" ,
"apiKey" : "string" ,
"systemAddress" : "string" ,
"timeout" : 1 ,
"webhookSetting" : {
"secret" : "string" ,
"additionalTargetAddresses" : [ "string" ]
}
}
Operation Failed
Status code
Status code other than 200 indicating the error type
Response Body
Error detail of content type "text/plain"
cURL Example
$ curl -u <login name>:<password or access token> https://git.codedune.app/~api/settings/mail-service
Please wait...
Page is in error, reload to recover