GET
/
get-disclaimer-status
Get prototyping disclaimer status
curl --request GET \
  --url https://api.thundercompute.com:8443/get-disclaimer-status \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "status": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Response

default - application/json

Default error response

The response is of type object.