Skip to content

Commit

Permalink
Add REST specification to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmayer committed Jun 17, 2020
1 parent 2be856d commit 6a82859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion getting_started/checkmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Check Mail
=============

Now that curl and jq are installed, we can start interacting with Mailsac API. The
`Mailsac API Specification <https://mailsac.com/docs/api/>`_ includes all supported
`Mailsac REST API Specification <https://mailsac.com/docs/api/>`_ includes all supported
endpoints. The API Specification reference is great starting place, if you a familiar with
APIs, or for reference after completing this step-by-step introduction.

Expand Down
6 changes: 3 additions & 3 deletions services/sending_mail/sendingmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mail can be sent via the following methods:

- `Web Form`_
- `Unified Inbox`_
- `API <https://mailsac.com/docs/api/#send-email-messages>`_
- `REST API <https://mailsac.com/docs/api/#send-email-messages>`_
- :ref:`SMTP <doc_sendingmail_smtp>`

Sending mail, both replies and new messages, is available only from private
Expand Down Expand Up @@ -67,9 +67,9 @@ like you would with gmail or yahoo mail.
Sending from the API
--------------------

The API is the preferred method for sending messages programmattically.
The REST API is the preferred method for sending messages programmattically.
The :code:`/api-outgoing-messages` endpoint is documented in the
`API documentation <https://mailsac.com/api/#send-email-messages>`_.
`REST API documentation <https://mailsac.com/api/#send-email-messages>`_.

1. Generate an API by selecting `API Keys <https://mailsac.com/api-keys>`_ from
the Dashboard_.
Expand Down

0 comments on commit 6a82859

Please sign in to comment.