Skip to main content
GET
/
api
/
v2
/
customers
/
profile
Get customer profile
curl --request GET \
  --url https://sandbox.killb.app/api/v2/customers/profile \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "active": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "status": "ACTIVE",
  "updatedAt": "2023-11-07T05:31:56Z",
  "complianceUrl": "<string>",
  "documentNumber": "<string>",
  "documentType": "<string>",
  "favoriteUserId": "<string>",
  "note": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

id
string
required
active
boolean
required
createdAt
string<date-time>
required
name
string
required
status
enum<string>
required
Available options:
ACTIVE,
PENDING,
REJECTED
updatedAt
string<date-time>
required
complianceUrl
string
documentNumber
string
documentType
string
favoriteUserId
string
note
string