Skip to main content
POST
/
account
/
rewardClaim
Claim a reward
curl --request POST \
  --url https://api.qovery.com/account/rewardClaim \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "INVITATION",
  "code": "xDowkWEl"
}'

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Body

application/json
type
enum<string>
Available options:
INVITATION
code
string
Example:

"xDowkWEl"

Response

200

Claim reward