API Overview
The Vetrol REST API gives you programmatic access to all platform capabilities. All API endpoints are available at:
https://api.vetrol.io/v1
Available APIs
| API | Description | Base Path |
|---|---|---|
| Messaging | Send and receive messages | /v1/messages |
| Payments | Process payments and transactions | /v1/payments |
| Auth | Authentication and identity | /v1/auth |
Authentication
All API requests use HTTP Basic Auth. See Authentication for details.
Versioning
The current API version is v1. Breaking changes will be introduced in new versions with advance notice.