Requested resource does not exist Salesforce Composite API Exception

Requested resource does not exist Salesforce Composite API Exception

Exception:

"body": [ {
    "errorCode" : "NOT_FOUND",
    "message" : "The requested resource does not exist"
} ]

Resolution:

1. Please make sure the requested URLs are correct.

Example:

"url" : "/services/data/v59.0/sobjects/Contact"

2. If you are using Salesforce Integration user license user, then make sure the user have access to the Objects. Use the following link to give Objects access to Salesforce Integration user license.
https://www.infallibletechie.com/2023/04/object-access-to-salesforce-integration-license-user.html

3. If you are having IP Restrictions, then make sure the requests are within the allowed IP ranges.

This Blog Post is for Composite API exception. If you are having this issue when doing DML operations like Insert, Update or Upsert, then please check the following:

Leave a Reply