/pincode

Get pincode

get

Get the pincode of the release with the given address.

Authorizations
Path parameters
addressstringRequired
Responses
200
Successful response
application/json
get
GET /tmining/api/v1/releases/{address}/pincode HTTP/1.1
Host: url:port
Authorization: Bearer JWT
Accept: */*
{
  "pincode": "text"
}

EXAMPLE

Last updated