Skip to content

Commit

Permalink
Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Patel committed Jun 29, 2018
1 parent 5fc21ce commit 0ff5a3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/authentication.rst
Expand Up @@ -7,8 +7,10 @@ To use your API key, you need only call ``\ATLPay\ATLPay::setSecretKey()`` with

cURL Example

>>> curl -X POST \
>>> https://api.atlpay.com/v2/tokens \
>>> -H 'X-Api-Key: YOUR_API_KEY_HERE'
.. code-block:: bash
curl -X POST \
https://api.atlpay.com/v2/tokens \
-H 'X-Api-Key: YOUR_API_KEY_HERE'
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

0 comments on commit 0ff5a3a

Please sign in to comment.