Retrieves a custom list by its alias.
cURL
curl --request GET \ --url https://api.authsignal.com/v1/management/value-lists/{value_list_alias}
{ "name": "<string>", "alias": "<string>", "itemType": "string", "isActive": true, "valueListItems": [ "<string>" ] }
The alias used to identify the value list.
OK
The response is of type object.
object
Was this page helpful?