GET /1.3/version
This endpoint is used to ensure that the user is talking to the correct version of the API. Both https://api.trustar.co/api/version and https://api.trustar.co/api/1.3/version will return 1.3.
https://api.trustar.co/api/version
https://api.trustar.co/api/1.3/version
1.3
curl -k -X GET -H "Authorization: Bearer {access_token}" "https://api.trustar.co/api/1.3/version"