Get claim status
get_claim_statusCheck whether the user has confirmed a claim created with claim_app. While the user hasn't confirmed yet it returns {status: 'pending'} — wait a few seconds and call again (the link expires in 30 minutes). Once claimed it returns the REAL app id, the install snippet and the hosted privacy-policy URL: replace any placeholder (YOUR_APP_ID) snippet with the real one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The claim code returned by claim_app. |