# M2M tokens ## Get active access tokens list - [GET /resources/vendor-only/users/access-tokens/v1/active](https://developers.frontegg.com/ciam/api/identity/m2m-tokens/vendoronlyuseraccesstokensv1controller_getactiveaccesstokens.md): Retrieve the list of active access tokens for a specified account (tenant). Pass the account's frontegg-tenant-id as a query parameter. ## Get user access token data - [GET /resources/vendor-only/users/access-tokens/v1/{id}](https://developers.frontegg.com/ciam/api/identity/m2m-tokens/vendoronlyuseraccesstokensv1controller_getuseraccesstokendata.md): 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. ## Get account (tenant) access token data - [GET /resources/vendor-only/tenants/access-tokens/v1/{id}](https://developers.frontegg.com/ciam/api/identity/m2m-tokens/vendoronlytenantaccesstokensv1controller_gettenantaccesstokendata.md): Retrieve data for a specific account (tenant) access token. Pass the account's frontegg-tenant-id as a query parameter and the access token id as a path parameter.