Get Started
Welcome to the Social+ API. This guide will help you use our API to access our API endpoints. Please contact us through the our Support page or Email us for any questions. support@shopzyte.com
Important: Please Read
Please understand the terminology of our API before you start using it.
Basic definitions
Title | Value | Remarks |
---|---|---|
API Access URL | [YOUR-SITE-URL]/mobile_api/[ENDPOINT_TYPE] | URL address for access to API Must be as shown in the example. E.g. https://socialplus.shopzyte.com/mobile_api/login |
Auth token | https://socialplus.shopzyte.com/mobile_api?session_id=[YOUR-SESSION-ID] | Most of the user's actions require his authorization, for example, like, or determine whether the user follows some kind of profile, etc. Therefore, we recommend that you always send a user's session on a get request if the user is logged in. |
API Access key | https://socialplus.shopzyte.com/mobile_api?api_key=[YOUR-API-KEY] | (Note: DEPRECATED) This is NOT necessary. You can use API without access key, since our app allows to get public data to anyone and data that requires auth you will have to send session_id. |
Response data type | {...} | The server response to your API request will be in JSON format |