# Get all custom profile fields **GET /api/custom-profile-fields** Get all custom profile fields. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200: Custom profile fields ordered by sieOrder (Sign-in Experience order). #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **type** (string) - **label** (string) - **description** (string | null) - **required** (boolean) - **config** (object) - **createdAt** (number) - **sieOrder** (number) ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)