Ricerche recenti


Nessuna ricerca recente

Uso dell’autenticazione OAuth con la tua applicazione



image avatar

Charles Nadeau

Zendesk Documentation Team

Data ultima modifica: 20 giu 2025


15

0

65 commenti

Hi Prashant,

This error means that you are not using a valid token. It's possible that instead of an OAuth, you are just using an API token. Please try to follow the steps again and contact our support directly if you encounter the same issue. 

0


Hello, 

I generated the access token using OAuth client flow with "read" scope. When I try fetching any details, I get this error - 

{
"error": "invalid_token",
"error_description": "The access token provided is expired, revoked, malformed or invalid for other reasons."
}

What am I doing wrong?

0


Hi Mullai,

OAuth 2 is used to authenticate all your application's API requests to Zendesk. Once it has been completed, you can refer to Zendesk API, for all the available data that you can extract from your Zendesk instance.

0


How to get the Client's data such as email id, username, etc., After being OneAuthenticated in my Application, to be specific after obtaining the access_token, How to extract or fetch the client's Data?

Just like the JSON, we get from the 'me.json' request.

 

1


Hi a a
 
Based from the screenshot you provided I would suggest looking into this developer doc as well to help you with the Help Center API.

The "invalid authorization request no such client" error can occur when the Client ID/secret is incorrect, or if an incorrect redirect URL is configured.

 
The OAuth "Client ID" that should be used is the "Unique Identifier" value that's displayed in the Admin Center > Apps and integrations () > APIs > Zendesk APIs > OAuth Clients screen:

If using our APIs to access the list of OAuth clients, it's the "identifier" attribute returned by the /api/v2/oauth/clients endpoint. Make sure to use this identifier value and not the 'id' value returned by the API.

Hope this helps!

0


i am getting this error


 

0


Hi, is there a way to force a user to re-login when they go through the OAuth flow? I tried adding  "&login=true" to the URL, but that did not work.

0


Hi Support Team,

How do I renew the token which is generated using https://{{baseurl}}/oauth/tokens? Please help.

0


Thanks, Dainne! 

 

0


Hi Georg

This might be an article (OAuth Tokens-Scopes) worth checking out. It provides details regarding the scopes parameter so you can set the access as either "read" or "write". Hope this helps!

0


Accedi per lasciare un commento.