api

Testing

The project ParcelValue API Client provides some utilities and examples for the ParcelValue API.

Another way of testing the API could be by using a software like Postman or installing a web browser extension.

A Postman Collection is available here: ParcelValue API Postman Collection.

Some examples of browser extensions:


Authentication

The most basic test is to check if the authentication is successful.

Endpoint: /clients/current
Methods : GET, HEAD

Please see the /clients/current endpoint documentation for more information and code examples.


Using the /test endpoint

Endpoint: /test
Methods : GET, HEAD, POST

Please see the /test endpoint documentation for more information and code examples.


README