etsy_check_scopes
Check Etsy API OAuth scopes required for an operation or held by your token to diagnose and resolve 403 errors.
Instructions
Which OAuth scopes the Etsy API needs, and what each one unlocks. Useful before authorising an app, and the fastest way to understand a 403. Pass an operation id to see what one call needs; pass held=true to ask Etsy what your token actually carries. The two together are what turn a 403 into a fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| held | No | Ask Etsy which scopes the current token holds. Needs a seller token. | |
| operation_id | No | Report on a single operation instead of the whole API. |