challenge.md

May 4, 2023 ยท View on GitHub

data/challenge

argumentsdescriptionoptional
pathrequest arcapi pathfalse
bodyrequest bodytrue when body is empty
timerequest timestamptrue

Allowed pathes

[
  "auth/login",
  "user",
  "user/me",
  "friend/me/delete",
  "friend/me/add",
  "score/song/friend",
  "purchase/me/stamina/fragment",
  "world/map/me"
]
Tag
  • Need Token

Example

  • GET {apiurl}/arcapi/data/challenge?path=auth/login

  • POST {apiurl}/arcapi/data/challenge?path=auth/login with Json Array content

Return data (Edited for readability)
  • GET
{
  "status": 0,
  "content": "JfdDAIQBAAAkdLOHw7PyRfWyhkJvH1Xzfevm7quQMwOk5Lc99fD1vgesJ8uf5ZJgPfgtYlYGDu1FLk31AaNAYfGocKoRMMSAlqDc4y/aZxXCn4cGjnJ7ovR9rkCQG8W1sJ9cHuK4CDo="
}