GET
/
custom-data-points
/
{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>"
}

Path Parameters

id
string
required

The ID of the custom data point.

Response

200
application/json
OK
id
string
name
string
dataType
enum<string>
Available options:
text,
number,
boolean,
multiselect
modelType
enum<string>
Available options:
user,
action
description
string