Retrieves a custom data point by its ID.
curl --request GET \ --url https://api.authsignal.com/v1/management/custom-data-points/{id}
{ "id": "<string>", "name": "<string>", "dataType": "text", "modelType": "user", "description": "<string>" }
The ID of the custom data point.
OK
The response is of type object.
object
Was this page helpful?