Documentation Index
Fetch the complete documentation index at: https://apidocs.scripe.io/llms.txt
Use this file to discover all available pages before exploring further.
scope_missing
| HTTP | When |
|---|---|
| 403 | The token authenticates correctly but lacks the required scope. |
details.required field on the error envelope (when present) lists
the scopes the endpoint accepts; if the token has any one of them the
request will succeed.
For example, GET /v1/notes requires notes:read. A key with only
posts:read returns: