Current endpoints use the /api/v1 prefix.
https://business-api.userivo.co/business/v1
https://sandbox-api.userivo.co/business/v1
Breaking changes will be introduced under a new version prefix. Non-breaking additions may be added to the current version.

Best practices

  • Build against explicit versioned URLs.
  • Do not depend on undocumented response fields.
  • Treat enum additions as possible at any time.
  • Keep your OpenAPI-generated client up to date with the published docs.