Getting Started
Base URL
- all calls have a basic url: https://www.adservio.ro/api/v2/
- all valid answers will be in JSON format except for endpoints where otherwise specified.
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.