: Staging
: Production
🪲 Fixed
signup validation
Improvements to API key validation and error handling during the sign up process. When signing up via the API, users will experience the following:
- When an invalid API key is used to sign up, a 401 (Unauthorized) error is returned instead of a 403 (Forbidden) error.
- When the signup API key setting is not configured, a 404 (Page not found) error is returned.
🚫 Deprecated
API fields and mutations
For the full list of deprecations and suggested replacements, see GraphQL API Deprecations and Removals.