Skip to content

Service identity

GET
/v1
curl --request GET \
--url https://api.sulpayments.ch/v1

Answers the service name and deployed version at the versioned root.

Service and version

Media typeapplication/json

Service identity, answered at the API root.

object
service
required
string
version
required
string
Example
{
"service": "api",
"version": "0.2.0"
}