Introduction to Shoffi API
The Shoffi API is constructed according to REST principles, making it easy for authenticated users to interact with any of our URIs using the appropriate HTTP request method. To ensure the highest level of security, we enforce TLS encryption by requiring that all requests are sent via HTTPS.
https://platform.shoffi.app/API/
To ensure the security and integrity of our API, all requests to the Shoffi API require authentication. To authenticate, you must include the correct API token key.
Every app has it's own authentication key. You will need to use the
apiKey
and appId
in your API calls to Shoffi.You can find your API key and in your Shoffi dashboard, under
My apps > Edit App.

Your shoffi key