Retrieves a custom data point by its ID.
cURL
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
text
number
boolean
multiselect
user
action
Was this page helpful?