Customer Portfolio Movements

1.0.3
online
Votación
Skip to main content

Visión general

API Debtor portfolio for a customer

  • Portfolio Movements, GET /contracts/{contractNo}/movements This application allows portfolio movements.

Sandbox Model

Sample data model available for sandbox testing. Includes examples of allavailable cases with their corresponding input and output data:

sandbox model

Pagination

Includes pagination.

Security

This API is secured with an OAuth server. You must to request a token before invoking any of its operations. To perform a token request you have to invoke the next endpoint:

https://api.cesce.es/sandbox/oauth2/v1/token

Passing the next data as formData parameters:

  • grant_type: You have to set ‘password’ value
  • client_id: The client_id of the app you subscribed to this API
  • client_secret: The client_secret of the app you subscribed to this API
  • scope: The required scope/s to invoke the operation (create, read, update, delete are valid values). You can set one o more at the same time (separated by spaces)
  • username: Your username
  • password: Your password

Then, you will receive an access_token that you have to include as a Authorization header (Bearer authentication)

Keep in mind you have to subscribe to the OAuth Product API to be able to perform a token request.

If you need more information about autentication features (timeout, refresh token, . . .), you can see more details in the Getting Started section in the following link:

Getting Started section

Tipo
REST
OAS2
Protocolo
HTTPS
Punto final
Production, Development:
https://api-qun.eu-central-a.apiconnect.ibmappdomain.cloud/cesceapiconnect/sandbox/portfolio-movements/v1
Id Producto
Risk
Subtítulo tarjeta
API relativa a cambios en límites de riesgo en los últimos dos días
Título tarjeta
Portfolio Movements