🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get detailed information of a specific reward including full metadata
cURL
curl --request GET \ --url https://app.teable.ai/api/admin/reward/%7BrewardId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "userId": "<string>", "spaceId": "<string>", "spaceName": "<string>", "sourceType": "<string>", "sourceMetaData": { "platform": "x", "postUrl": "<string>", "postId": "<string>", "snapshotId": "<string>", "content": "<string>", "username": "<string>", "followerCount": 123, "verifyResult": { "isValid": true, "errors": [ { "message": "<string>", "localization": { "i18nKey": "<string>", "context": {} } } ] } }, "uniqueKey": "<string>", "status": "pending", "amount": 123, "consumedAmount": 123, "remainingAmount": 123, "rewardTime": "<string>", "expiredTime": "<string>", "createdTime": "<string>", "lastModifiedTime": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the reward detail
Show child attributes
pending
approved
rejected
Was this page helpful?