Settings API

Crea un registro de setting.

Mostrar el registro de setting

GET /internal/v1/merchants/settings

Request

Headers

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

Route

GET /internal/v1/merchants/settings

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/"b19bf0e4beac7ad4b9a39e7293fcc1eb"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 944edc5d-095d-4813-b8f5-178014dbca94
X-Runtime: 0.031801
Vary: Origin
Content-Length: 486

Status

200 OK

Body

{
  "data": {
    "name": "tess test",
    "reference": "reference",
    "logo": "https://cash-kriptonmarket-development.s3.amazonaws.com/settings/7777/business_test_xxxxyyyyy.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3UB26ZDAFLCLKUO3%2F20221005%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221005T155552Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=20804a7a698e6b90cd7311fffcb94da382bb74cabb9555dcf45b9d69e6e38fee",
    "email": "Mail"
  },
  "state": "approving"
}