Rest API

To ease the integration with external sources (software or other), MedVet provides a REST API.

Using this API requires an authentication.

Only a token based authentication is supported. To get a valid token, log-in to your instance with a super administrator user, go to Preferences > Account Security > Developer API Keys and activate the New API Key. Press the Create button and wait until the page is reloaded, the token will be displayed.

Authentication

To make valid API calls, every requests you send must embed token within an Authorization HTTP header like this:

Authorization: 'YOUR_TOKEN'

and the content type of those requests must be application/json.


AUTHORIZATION API Key
Key Authorization
Value 'YOUR_TOKEN'

GET getUpdatedProducts

GET getProductByName

GET getProductByAIM

GET getProductByEntity

GET getProductBySpeciesApi

GET getProductByActiveSubs