Skip to main content
POST
/
referral
Apply referral
curl --request POST \
  --url https://api.thundercompute.com:8443/v1/referral \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Referral request

The body is of type object.

Response

OK

status
string