---
title: "Get end user management session data."
method: GET
path: "/baas/v1/open/itp/payment-initiation/management-session"
tags: ["Payment Initiation Management Session"]
---

# Get end user management session data.

`GET /baas/v1/open/itp/payment-initiation/management-session`

Method for getting end user management session data.

## Response `200`

End user management session data successfully returned.

- ManagementSessionData
  - `application` ManagementSessionDataApplication, required
    - `name` string, required — Nome da aplicação
    - `description` string, required — Descrição da aplicação
    - `image` string, required — Imagem da aplicação
    - `settings` ManagementSessionDataApplicationSettings[] — Configurações da aplicação
      - `key` string, required — Chave de configuração
      - `value` string, required — Valor de configuração
  - `data` object, required — Dados da sessão de gerenciamento

## Other responses

- `401` — Authentication is required to access this resource. The client must provide valid credentials.
- `403` — The server understood the request but refuses to authorize it. Access is permanently forbidden and tied to the application logic.
- `409` — The request conflicts with the current state of the resource on the server.
- `422` — The request contains invalid or malformed data that cannot be processed.
- `500` — An unexpected error occurred on the server while processing the request.
- `default` — Unexpected error.

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
