Custom fields

Custom fields API overview

The Custom fields API allows integrators to define and manage custom metadata fields used across certificate and organization records in SCM.

The API supports listing custom fields, creating new fields, updating existing fields, retrieving field details, and deleting fields that are no longer needed.


Custom fields API endpoints

The following table lists the endpoints for managing custom fields.
Click any action in the first column to open its API reference page.

ActionMethodPathDescription
List custom fieldsGET/api/customField/v2Retrieve all custom field definitions.
Create a custom fieldPOST/api/customField/v2Create a new custom metadata field.
Get custom field detailsGET/api/customField/v2/{id}Retrieve details for a specific custom field.
Update a custom fieldPUT/api/customField/v2Update an existing custom field.
Delete a custom fieldDELETE/api/customField/v2/{id}Delete a custom field by its ID.