Request

The API accepts HTTP GET, POST, PUT and DELETE requests with Content-Type set to application/json and JSON content depending on the operation to be performed. All operations follow this address pattern:

[Domain]/[Module]/[Version]/[Entity]

Example: GET https://api.gauvendi.com/organization/v0/properties

  • Domain - Base address of the GauVendi API, this depends on the environment.

  • Module - Group of domain entities.

  • Version - Current version of GauVendi API (eg. v0, v1).

  • Entity - Domain entity which is the target of the action, always pluralized.

Last updated