# Get a custom profile field by name **GET /api/custom-profile-fields/{name}** Get a custom profile field by name. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **name** (string) ## Responses ### 200: Custom profile field found successfully. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **name** (string) - **type** (string) - **label** (string) - **description** (string | null) - **required** (boolean) - **config** (object) - **createdAt** (number) - **sieOrder** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)