English
cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/savings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "acceptedTermsAndConditions": true } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "PENDING", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
Accept terms and conditions
PENDING
COMPLETED
REJECTED