# Get API resources **GET /api/resources** Get API resources in the current tenant with pagination. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **includeScopes** (string) If it's provided with a truthy value (`true`, `1`, `yes`), the scopes of each resource will be included in the response. - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200: An array of resources. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **indicator** (string) - **isDefault** (boolean) - **accessTokenTtl** (number) - **scopes** (array[object]) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)