List custom fields
Retrieves all Custom Fields created for the Tenant.
Retrieves all Custom Fields created for the Tenant.
Authorization
M2MBearerToken AuthorizationBearer <token>
M2M Token for authentication
In: header
Response Body
application/json
application/json
curl -X GET "https://api.loginradius.com/v2/manage/custom-fields"{
"Data": [
{
"Key": "custom_field_1",
"Display": "Custom Field 1"
}
]
}{
"Message": "Access Unauthorized",
"Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
"ErrorCode": 6002
}