Endpoints

The Ringo Eco API is available at: https://ringo.eco/wp-json/ringo/v1.

Authentication

No authentication is required to use this API.

Parameters

ParameterDescription
wpml_languageThe Language code. Accepts et or en.

Schema

Schemas can be accessed by doing an OPTIONS request to the endpoint you are trying to use. The returned data is uses OpenAPI standard.

The OPTIONS request provides the most up to date information about the API. Breaking changes are not done without a notice to all registered users.

Example

OPTIONS https://ringo.eco/wp-json/ringo/v1/points-of-return

{
  "namespace": "ringo/v1",
  "methods": [ ... ],
  "endpoints": [
    {
      "methods": [ ... ],
      "args": { ... }
    }
  ],
  "schema": {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "The title",
    "type": "object",
    "properties": { ... }
  },
  "_links": { ... }
}

Response has been shortened.

Powered by Doctave