1curl -G https://api.sayari.com/v1/ontology/enums \2 -H "Authorization: Bearer <token>" \3 -d id=address_type
1{2 "filters": {3 "id": [4 "address_type"5 ]6 },7 "data": [8 {9 "id": "address_type",10 "label": "Address Type",11 "comment": "This enumerated type indicates the kind of location an address is referring to.",12 "symbols": [13 {14 "id": "arrival",15 "label": "Arrival",16 "comment": "This enumerated type indicates the kind of location an address is referring to."17 }18 ]19 }20 ],21 "total_count": 123422}
OAuth authentication of the form <token>.
<token>