Web3 Access Controller
Get Message Payload
Path: /api/web3/message-payload
Method: GET
Example Http Request
GET /api/web3/message-payload HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: SAMEORIGIN
Content-Length: 47
{"guid":"988cbb39-3d57-45ee-ac15-9c30666cca5c"}
Example Curl Request
$ curl 'http://localhost:8080/api/web3/message-payload' -i -X GET
Web3 Access Controller