provider Token Identity GET /me
@utdk/front /me
API Token details
Fetch the details of the API token.

Try it

Authentication
Configure credentials for Core API
apiTokenDetails
GET/me
Fetch the details of the API token.

This operation has no parameters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.apiTokenDetails()