Miscellaneous

Subscribe email

Subscribe to email updates from Terminal.

post/email

Request body

emailstring email required

Email address to subscribe to Terminal updates with.

Example request

{
  "email": "john@example.com"
}

Response

Email subscription was created.

data'ok' required

Changes

Changed in 4 of the 41 revisions of this API.524

  • 1c6726b12e29318See the full diff
    • the response's body type/format changed from / to object/ for status 400

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 429

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 500

      response-body-type-changed

    • removed ErrorResponse from the response body allOf list for the response status 400

      response-body-all-of-removed

    • removed ErrorResponse from the response body allOf list for the response status 429

      response-body-all-of-removed

    • removed ErrorResponse from the response body allOf list for the response status 500

      response-body-all-of-removed

    • added the optional property details to the response with the 400 status

      response-optional-property-added

    • added the optional property details to the response with the 429 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • added the optional property param to the response with the 400 status

      response-optional-property-added

    • added the optional property param to the response with the 429 status

      response-optional-property-added

    • added the optional property param to the response with the 500 status

      response-optional-property-added

    • added the required property code to the response with the 400 status

      response-required-property-added

    • added the required property code to the response with the 429 status

      response-required-property-added

    • added the required property code to the response with the 500 status

      response-required-property-added

    • added the required property message to the response with the 400 status

      response-required-property-added

    • added the required property message to the response with the 429 status

      response-required-property-added

    • added the required property message to the response with the 500 status

      response-required-property-added

    • added the required property type to the response with the 400 status

      response-required-property-added

    • added the required property type to the response with the 429 status

      response-required-property-added

    • added the required property type to the response with the 500 status

      response-required-property-added

    • the response's body type/format changed from object/ to / for status 400

      response-body-type-changed

    • removed the required property error from the response with the 400 status

      response-required-property-removed

    • added ErrorResponse to the response body allOf list for the response status 400

      response-body-all-of-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • the data response property const value ok was added for the status 200

      response-property-const-added

    • removed the ok enum value from the data response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added