Skip to content
Fred Liang edited this page Jun 11, 2018 · 14 revisions

Open platform api has several part:

  1. Third Party App Token
  2. Third Party App Login Process
  3. Third Party App Get Unique Studio Info
  4. Third Party App Push Message

ATTENTION

1. Auth Method

2. Internal Error Respond Example

Code : 400 BAD REQUEST

Content :

{
    "code":400,
    "message":"Error Message"
}