Skip to main content
GET
/
api
/
v2
/
backoffice
/
savings
/
customer-refused-reason
/
{userId}
cURL
curl --request GET \
  --url https://sandbox.killb.app/api/v2/backoffice/savings/customer-refused-reason/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "userId": "335ec943-eda1-4f71-8e6f-e678c12b6acf",
  "email": "[email protected]",
  "status": "pending",
  "acceptedTermsOfService": true,
  "rejectionReasons": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

userId
string
required

Response

userId
string
required
Example:

"335ec943-eda1-4f71-8e6f-e678c12b6acf"

email
string
required
status
enum<string>
required
Available options:
pending,
active,
approved,
rejected,
manual_review
Example:

"pending"

acceptedTermsOfService
boolean
required
Example:

true

rejectionReasons
string[]
required