Skip to content

API Version

GET
/version
curl --request GET \
--url https://example.com/version

Returns the current version of the API.

Default Response

Media type application/json
object
version

API version string

string
Example
{
"version": "1.0.0"
}