/pincode
Get the pincode of the release with the given address.
Authorizations
Path parameters
addressstringRequired
Responses
200
Successful response
application/json
401
Invalid Authorization bearer token
403
Access forbidden
404
Release not found
500
Internal server error
get
GET /tmining/api/v1/releases/{address}/pincode HTTP/1.1
Host: url:port
Authorization: Bearer JWT
Accept: */*
{
"pincode": "text"
}
EXAMPLE

Last updated