Help with search record API

Help with search record API

Greetings, thanks in advance all your help.

I'm consuming the records API, specifically this endpoint https://www.zohoapis.com/crm/v3/contacts/search?email=thunderroy2013@gmail.com with these scopes:
  1. ZohoCRM.modules.contacts.ALL
  2. ZohoCRM.modules.leads.ALL
  3. ZohoSearch.securesearch.READ
  4. ZohoCRM.users.READ
  5. ZohoCRM.settings.ALL
  6. ZohoCRM.settings.fields.ALL

But, get this error:
{
"code": "OAUTH_SCOPE_MISMATCH",
"details": {},
"message": "invalid oauth scope to access this URL",
"status": "error"
}

Thanks!
}