cURL
curl --request GET \ --url https://statsigapi.net/console/v1/unit_id_types/{id} \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Unit ID Type read successfully.", "data": { "name": "testID", "description": "My test ID type." } }
Optional header to respect review settings for mutation endpoints.
id
Get Unit ID Type Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?