Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/games/1/ais?username=admin&limit=&offset=' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE3MDM3MzM1NjQsImlzcyI6Imp3dCJ9.Xo_0epX1XR_SQ8_kPsEDNzUJ4Jyuns0cTdSJJQiaG8o'
Responses
application/json {
"count": 0,
"data": [
{
"id": 0,
"sdk": {
"id": 0,
"name": "string"
},
"note": "string",
"status": {
"state": "pending"
},
"user": {
"avatar_url": "string",
"nickname": "string",
"username": "string"
},
"time": "string"
}
]
}
Modified at 2023-12-27 04:59:24