Getting Started

Base URL

Autentificarea request-urilor

A valid token is required for most endpoints.

Endpoints that support token-free calls or that partially return data without a token will be tagged public.

Requests are authenticated by a token sent in one of the following variants:

  • GET _token=actual_token
  • POST _token=actual_token
  • HEADER Authentification: actual_token

Overriding the request _method

The _method parameter sent in GET or POST can be used to override the method used. For example it can be used to send a POST request with the parameter _method = GET in body and the server will interpret the request as POST. The parameter can have one of the values: GET, POST, PUT, DELETE.