Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

59003: Resource Not Found

Twilio API Documentation and Error CodesAPI

Description

description page anchor

The requested resource ID does not exist, or does not belong to the account making the request. This error is returned by GET, PATCH, and DELETE requests across all resource types (SharedKeys, AuthProfiles, Settings, Rules).

Possible causes

possible-causes page anchor
  • The resource ID in the URL path was mistyped or truncated.
  • The resource was already deleted.
  • The resource belongs to a different Twilio account than the one making the request.
  • Double-check the resource ID in the path against the ID returned when the resource was created.
  • List the resource type (for example GET /v2/Webhooks/Rules) to confirm the resource still exists and get its current ID.
  • Confirm you're using the correct account's credentials.