claim-api-key
Poll for the API key after the human approves the pairing code in the Crinkl PWA. Returns 202 while pending, 200 with the API key once approved, 410 if expired. Poll every 5 seconds. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The 4-character pairing code returned by pair-agent. | |
| deviceToken | Yes | The same deviceToken used in pair-agent. |