POST
/
prototyping-disclaimer
Accept prototyping disclaimer
curl --request POST \
  --url https://api.thundercompute.com:8443/prototyping-disclaimer \
  --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.