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.
not_found
| HTTP | When |
|---|---|
| 404 | The resource does not exist OR is not visible to this workspace. |
- The id doesn’t exist at all.
- The id is malformed (wrong prefix, e.g. you sent a
note_*to/v1/posts/). - The id exists but belongs to a different workspace than the one your API key authenticates.
- The id exists but its parent project is archived/deleted, so the resource is no longer reachable.
- The id has the right prefix for the endpoint (
note_for notes,post_for posts,proj_for projects,src_for sources). - You’ve copied the full id, including the prefix.
- The id was created inside the workspace whose API key you’re using.