Annotations endpoints
Endpoints5
GETList all annotations/v2/annotationsReturns every annotation you can access.GETRetrieve annotation/v2/annotations/{id}Returns an annotation by its ID.POSTCreate annotation/v2/annotationsCreates an annotation.PUTUpdate annotation/v2/annotations/{id}Updates an annotation by its ID.DELDelete annotation/v2/annotations/{id}Deletes an annotation by its ID.