get_claim_status
Check whether a user has confirmed a claim created with claim_app; returns 'pending' until confirmed, then provides the real app id, install snippet, and details the user must still provide.
Instructions
Check 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, the hosted privacy-policy URL and a pending list of details the code can't know (e.g. the controller's legal name) that the user must still provide: replace any placeholder (YOUR_APP_ID) snippet with the real one, and ask the user for the pending items so the documents can be published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The claim code returned by claim_app. |