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.
| Action | Method | Path | Description |
|---|---|---|---|
| List custom fields | GET | /api/customField/v2 | Retrieve all custom field definitions. |
| Create a custom field | POST | /api/customField/v2 | Create a new custom metadata field. |
| Get custom field details | GET | /api/customField/v2/{id} | Retrieve details for a specific custom field. |
| Update a custom field | PUT | /api/customField/v2 | Update an existing custom field. |
| Delete a custom field | DELETE | /api/customField/v2/{id} | Delete a custom field by its ID. |
Updated about 23 hours ago