invalid_request_error404What happened
The schema id you provided does not match any schema in your account. This can happen if the id is wrong, the schema was deleted, or it belongs to a different account.How to fix
CallGET /v1/schemas to retrieve the list of schemas in your account and confirm the id you are using.
Common causes
Typo in the schema id
Typo in the schema id
Double-check the UUID. Schema ids are UUIDs — a single wrong character produces a 404.
Schema belongs to a different account
Schema belongs to a different account
Each schema is scoped to the account that created it. A token from account A cannot access schemas from account B.
Schema was deleted
Schema was deleted
If the schema was deleted, you need to recreate it with
POST /v1/schemas before creating new claims from it.
Note: deleting a schema does not affect existing claims — they retain a snapshot of the contract.