Authorization ============= To use YumiSign API, you need a valid authorization method. .. note:: Without a valid authorization method, call the API result in an ``Unauthorized`` response. .. code-block:: json { "message": "Authentication Required" } .. warning:: We assume you've read this part and understand how authorization works, so to simplify the documentation, no authorization method will be added to request examples. See the documentation about available authorization methods: .. toctree:: :hidden: api-key oauth .. include:: /authorization/map.rst.inc