메인 콘텐츠로 건너뛰기
GET
/
v1
/
server
/
sponsors
/
user
/
{userId}
유저 후원 상태 조회
curl --request GET \
  --url https://sdk-api.playcamp.io/v1/server/sponsors/user/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "userId": "<string>",
      "campaignId": "<string>",
      "creatorKey": "<string>",
      "isActive": true,
      "sponsoredAt": "2023-11-07T05:31:56Z"
    }
  ]
}

인증

Authorization
string
header
필수

Server API Key (format: {keyId}:{secret})

경로 매개변수

userId
string
필수

응답

200 - application/json

성공

data
object[]
필수