GET
/
v1
/
claim-token
/
{token}
curl --request GET \
  --url https://api.storytell.ai/v1/claim-token/{token}
{
  "code": "<string>",
  "data": {
    "successfulGrants": [
      [
        127
      ]
    ],
    "trees": [
      {
        "children": [
          "<any>"
        ],
        "collection": {
          "collectionKind": "<string>",
          "description": "<string>",
          "etag": "<string>",
          "icon": "<string>",
          "id": [
            127
          ],
          "label": "<string>",
          "lifecycleState": "<string>",
          "organizationId": [
            127
          ],
          "path": [
            [
              127
            ]
          ],
          "tenantId": [
            127
          ],
          "version": 123
        }
      }
    ],
    "unsuccessfulGrants": [
      {
        "collectionId": [
          127
        ],
        "failureReason": "<string>",
        "granted": true
      }
    ]
  },
  "details": {
    "consumption": {
      "units": 123
    },
    "operation": {
      "duration": 123,
      "operationId": "<string>"
    }
  },
  "done": true,
  "eventKey": "<string>",
  "message": "<string>"
}

Path Parameters

token
string
required

Response

200
application/json
Success response
code
string
required
data
object
required
details
object
required
done
boolean
required
eventKey
string
required
message
string
required