ExgoLand Application
Base URL :: http://127.0.0.1:1800/api/v1/
Header Parameters :-api-key = flashmeet ,device_type (A,I) , device_token , token => ex. gffgdfgdf (encrypted)
Header Authentication
Header key:: api-key
Header Value: flashmeet( in encrypt form)
language-accept : english,italian
Header Token
Header key:: token (encrypted)
Header Value:
enc dec :- http://localhost/exgoland/api/enc_dec.php
No | URL | Method | Mandatory Parameter | Optional Parameter | Header Parameter | Example | Response Code | Notes | |||||||||||||||||||||||||||||||||||||||||
Authentication module | |||||||||||||||||||||||||||||||||||||||||||||||||
1 ) | user/test/ | POST | api_key | http://127.0.0.1:1800/api/v1/user/test | HTTP Code: OK (200) Code : 1,0 |
This api is used to signup user |
No | CODE | Message |
HTTP CODE 200 | ||
1 | 0 | Invalid Request / Failer Request |
2 | 1 | Success Response |
3 | 2 | No Data Found |
4 | 3 | Account Inactive(block) |
5 | 4 | OTP verification |
6 | 5 | Email Verification |
7 | 6 | Force Update App |
8 | 7 | Simaple update App alert |
9 | 11 | Social id not registered |
Response : {"code":"1","message":"Enter Message","data":""} |
||
HTTP CODE 401 |