Share Templates
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Success
application/json
Paginated-style success wrapper with an array of templates in data.
successbooleanOptional
Indicates whether the request completed successfully.
codeintegerOptional
Application-level status code returned by this API.
get
/share-templates200
Success
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Unique numeric identifier for the share template.
Responses
200
Success
application/json
Object confirming the share template was deleted.
successbooleanOptional
Indicates whether the request completed successfully.
codeintegerOptional
Application-level status code returned by this API.
delete
/share-templates/{id}200
Success
Last updated