I am not able to create a schema from the API even though my access token of the private app
So, I made the private app with below scopes
“crm.objects.contacts.read”,
“crm.objects.contacts.write”,
“crm.objects.custom.read”,
“crm.objects.custom.write”,
“crm.schemas.custom.read”,
“crm.schemas.custom.write”
and I am using the access token from that application for creation of the schema via api and I am getting this error
{
“status”: “error”,
“message”: “The scope needed for this API call isn’t available for public use. If you have questions, contact support or post in our developer forum.”,
“correlationId”: “ffa439b1-382a-4307-9d9e-6ef775cabf84”,
“links”: {
},
“category”: “MISSING_SCOPES”
Even though my app has that scope. How can that be possible?