← Back to Glossary

Idempotency

Definition

A property of an API operation where making the same request multiple times produces the same result as making it once. Idempotent operations are safe to retry without side effects.

PRISM API Context

All PRISM API GET endpoints are inherently idempotent — you can safely retry any read request without worrying about duplicate side effects.

API best practices