Permissions error on POST call to create batch of custom objects

Did something change on the scopes required to make a POST call to /crm/v3/objects/[object]/batch/create sometime yesterday?

Received a 403 error saying the app doesn’t have the proper permissions “This shhkey-v1 (COWZ0LHW) does not have proper permissions! (requires all of [properties-settings-read])”

However the app does have the permissions specified in the documentation (crm.objects.custom.read and crm.objects.custom.write).

Appreciate any guidance.

I’m seeing the same - was working perfectly on Thursday :disappointed_face:

I figured it out. The additional permissions required now are crm.schemas.custom.read and crm.schemas.custom.write

excellent, thanks so much for the quick reply!