Skip to main content
GET
/
points_of_measures
Fetch all points of measure
curl --request GET \
  --url https://api.rechain.co/public/v1/points_of_measures \
  --header 'Authorization: Bearer <token>'
[
  "<any>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful operation

The response is of type any[].