Description
Get registered quantity as "Pixel".
HTTP Method , API endpoint
GET /v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
Request Header
Key | Description |
---|---|
X-USER-TOKEN | [required] It is the authentication token specified at the time of user registration. |
Example
$ curl -X GET https://pixe.la/v1/users/a-know/graphs/test-graph/20180915 -H 'X-USER-TOKEN:thisissecret' {"quantity":"5","optionalData":"{\"key\":\"value\"}"}