- Opciones de filtro
- Visión general
- GET /contracts/{contractNo}/movements
- Definiciones
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:
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: