Service Mail > Signatures templates

Show default

Return the default signature template if there is one for the specified mail service

get/1/mail_hostings/{mail_hosting_id}/signatures/templates/default

Path parameters

mail_hosting_idstring required

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": "123456",
    "position": "top",
    "status": "draft",
    "creator": {
      "id": 123456
    }
  }
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.