Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIzMiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0Mn0.PlleThHhxS-z-5w3G0ZcLByVBh0Sg--XJzjQUxIUfsc Host: example.org Cookie:
GET /api/rest/admin/smtp-connections/3
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 X-Content-Type-Options: nosniff X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept ETag: W/"3e857625e2589cf1e4e518ae441c9a6f" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 08c13b80-0915-4d83-b0dc-407cf75b6631 X-Runtime: 0.007704 Content-Length: 269
200 OK
{ "data": { "id": "3", "type": "smtp-connections", "links": { "self": "http://example.org/api/rest/admin/smtp-connections/3" }, "attributes": { "name": "smtp_connection3", "host": "host", "port": 25, "from-address": "address@email.com", "auth-user": null, "auth-password": null, "global": true } } }