- Convoy Cloud (US):
https://us.getconvoy.cloud/api/v1 - Convoy Cloud (EU):
https://eu.getconvoy.cloud/api/v1 - Self-hosted:
https://your-instance/api/v1
/v1 itself, so Convoy.base_uri takes the URL without /v1 (for example https://us.getconvoy.cloud/api). The Ruby tab below shows this.
- Javascript
- Python
- Ruby
- Golang
- cURL
Install Client
Install convoy.js with:terminal
Configure
The client requires your instance URL, API key, and project ID.example
Create an Endpoint
example
Subscribe for Events
example
Send an Event
To send an event, you’ll need the uid from the endpoint you created earlier.example