POST
/
v1
/
user
/
bootstrap-credits
Bootstrap credits for existing users
curl --request POST \
  --url https://api.weblinq.dev/v1/user/bootstrap-credits \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {},
  "creditsCost": 123,
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Enter your API token or session token

Response

200
application/json

Credits bootstrapped successfully

The response is of type object.