GET /api/v2/users/me
The endpoint returns user information and an authenticity_token
.
Allowed For
- Anonymous users
Authenticity Token
Zendesk API calls made by end users from a Zendesk help center must include authenticity_token
in the X-CSRF-Token
HTTP header. This helps prevent cross-site request forgery (CSRF) attacks.
For an example using an authenticity token, see the AJAX request in the Upgrading from Templating API v1 documentation.
Servers
- https://{subdomain}.{domain}.com
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.