# Get user access token data Retrieve data for a specific user access token. Pass the account's frontegg-tenant-id as a query parameter and the access token id as a path parameter. Endpoint: GET /resources/vendor-only/users/access-tokens/v1/{id} Security: bearer ## Header parameters: - `frontegg-tenant-id` (string, required) The account (tenant) ID identifier ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `userId` (string, required) - `id` (string, required) - `tenantId` (string, required) - `permissions` (array, required) - `roles` (array, required) - `expires` (string)