cURL
curl --request GET \
--url https://app.teable.ai/api/space/%7BspaceId%7D/reward/%7BrewardId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"id": "<string>",
"spaceId": "<string>",
"userId": "<string>",
"sourceMetaData": {
"postUrl": "<string>",
"postId": "<string>",
"snapshotId": "<string>",
"content": "<string>",
"username": "<string>",
"followerCount": 123,
"verifyResult": {
"isValid": true,
"errors": [
{
"message": "<string>",
"localization": {
"i18nKey": "<string>",
"context": {}
}
}
]
}
},
"rewardAmount": 123,
"createdTime": "<string>",
"consumedAmount": 123,
"rewardTime": "<string>",
"expiredTime": "<string>"
}reward
Get reward details
Get details of a specific reward including its verification status
GET
/
space
/
{spaceId}
/
reward
/
{rewardId}
cURL
curl --request GET \
--url https://app.teable.ai/api/space/%7BspaceId%7D/reward/%7BrewardId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"id": "<string>",
"spaceId": "<string>",
"userId": "<string>",
"sourceMetaData": {
"postUrl": "<string>",
"postId": "<string>",
"snapshotId": "<string>",
"content": "<string>",
"username": "<string>",
"followerCount": 123,
"verifyResult": {
"isValid": true,
"errors": [
{
"message": "<string>",
"localization": {
"i18nKey": "<string>",
"context": {}
}
}
]
}
},
"rewardAmount": 123,
"createdTime": "<string>",
"consumedAmount": 123,
"rewardTime": "<string>",
"expiredTime": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Reward details retrieved successfully
Available options:
appSumoActivation, socialShare, system Show child attributes
Show child attributes
Available options:
pending, approved, rejected Last modified on March 5, 2026
Was this page helpful?
⌘I

