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." } }
Show child attributes
Was this page helpful?