Skip to main content
GET
Version and health check
curl --request GET \
  --url https://gobl.dev/v0/
{
  "gobl": "Welcome",
  "version": "v0.400.0"
}

Response

200 - application/json

Service info

gobl
string
Example:

"Welcome"

version
string
Example:

"v0.400.0"