Cliente API

Informacion relevante del usuario.

Informacion relevante del usuario

GET /internal/v1/clients/me

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /internal/v1/clients/me

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json; charset=utf-8
ETag: W/"85b5cd31b08c2a1917a2868aeff00483"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 14fe00ee-f441-4a62-a172-33e6ef4ff03e
X-Runtime: 0.040727
Vary: Origin
Content-Length: 1132

Status

200 OK

Body

{
  "data": {
    "user": {
      "id": 7777,
      "username": "{km-client}Richard@gmail.com",
      "created_at": "2023-04-19T17:15:24.546Z",
      "kyc": false,
      "authenticator": null,
      "kyc_status": "pending",
      "personal_information": {
        "id": 15,
        "first_name": "Genny",
        "last_name": "Carroll",
        "nationality": "Malagasy",
        "gender": "Female",
        "marital_status": "single",
        "politically_exposed": false,
        "birthday": "1975-08-10",
        "client_id": 7777,
        "created_at": "2023-04-19T17:15:24.560Z",
        "updated_at": "2023-04-19T17:15:24.560Z",
        "document_type": "dni",
        "document_number": "59-8533775",
        "state": "pending"
      },
      "fiscal_information": null,
      "digital_documents": [
        {
          "id": 2,
          "url": "https://cash-kriptonmarket-development.s3.amazonaws.com/https%3A//kriptonmarket.com/img/test.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3UB26ZDAFLCLKUO3%2F20230419%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230419T171524Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=71e8ed5d2e1b32b9cdd0fffebfb468ae65252189163c3ed2ee0f114685368656",
          "document_type": "front_document",
          "user_id": 7777,
          "user_type": "User",
          "created_at": "2023-04-19T17:15:24.879Z",
          "updated_at": "2023-04-19T17:15:24.879Z"
        }
      ]
    }
  }
}