1curl -G https://api.sayari.com/v1/ontology/attributes \2 -H "Authorization: Bearer <token>" \3 -d id=additional_information
1{2 "filters": {3 "id": [4 "additional_information"5 ]6 },7 "data": [8 {9 "id": "additional_information",10 "label": "Additional Information",11 "comment": "This is a generic attribute used to hold miscellaneous information not covered by any other attribute.",12 "fields": [13 {14 "id": "value",15 "label": "Value",16 "comment": "The additional information itself",17 "type": [18 "null",19 "string"20 ]21 }22 ]23 }24 ],25 "total_count": 123426}
OAuth authentication of the form <token>.
<token>