Error
Application error
59201: Referenced Resource Not Found
API
A resource ID supplied in the request body refers to a resource that does not exist, or that belongs to a different account. This error is returned when creating or updating a Setting (invalid authProfileId or sharedKeyId) or a Rule (invalid settingId).
- The referenced
AuthProfile,SharedKey, orSettingID was mistyped. - The referenced resource was deleted after your application cached its ID.
- The referenced resource belongs to a different Twilio account than the one making the request.
- Confirm the referenced ID exists and is spelled correctly by fetching it directly (for example
GET /v2/Webhooks/Settings/{settingId}). - List the resource type to find a valid, current ID (for example
GET /v2/Webhooks/AuthProfiles). - Make sure the ID belongs to the same account whose credentials are used to make the request.