Home - UniqueStudio/open-platform GitHub Wiki
Open platform api has several part:
- Third Party APP Access Key
- Third Party APP Login Process
- Third Party APP Get Unique Studio Info
- Third Party APP Push Message
- Third Party APP Short URL
ATTENTION
1. Auth Method
- Get your
Access Key
from Third Part App Access Key - When requesting, add
AccessKey: the AccessKey you got
in header
2. Internal Error Respond Example
Code : 400 BAD REQUEST
Content :
{
"code":400,
"message":"Error Message"
}