# Get client credentials tokens Retrieve all API tokens for a specific account (tenant). Endpoint: GET /resources/tenants/api-tokens/v1 Security: bearer ## Header parameters: - `frontegg-tenant-id` (string, required) The account (tenant) ID identifier ## Response 200 fields (application/json): - `clientId` (string, required) - `description` (string,null, required) - `tenantId` (string, required) - `createdByUserId` (string,null, required) - `metadata` (object, required) Extra data that will be encoded as part of the JWT - `createdAt` (string, required) - `permissionIds` (array, required) Array of permission Ids. Either this or roleIds will be present, but not both. - `roleIds` (array, required) Array of role Ids. Either this or permissionIds will be present, but not both. - `expires` (string, required)