Skip to main content
GET
/
value-lists
/
{value_list_alias}
Get Value List
curl --request GET \
  --url https://api.authsignal.com/v1/management/value-lists/{value_list_alias} \
  --header 'Authorization: Basic <encoded-value>'
{
  "name": "<string>",
  "alias": "<string>",
  "itemType": "string",
  "isActive": true,
  "valueListItems": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Use your Authsignal Management API secret key as the username and leave the password empty. This key is different from the Server API key and can be found in the API Keys section of the Authsignal Portal settings page.

Path Parameters

value_list_alias
string
required

The alias used to identify the value list.

Response

OK

name
string
alias
string
itemType
enum<string>
Available options:
string,
number
isActive
boolean
valueListItems
(string | number)[]