GET


First, you must make a request to the following endpoint:

{API_PLATFORM_URL}/v1/direct-debit/subscriptions/info?from=<from>&to=<to>&size=<size>&page=<page>

Headers


In the Header, it is necessary to declare the information you obtained during the Login process.

{
    "Authorization": "eyJraWQiOiJNc2ZqVEZYSDdPV1d1emp3U3daaGlaZWZyNW9rVlVPeWpocVwvMzNNU2J6az0iLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJjOGJiZDRhMi0xYjgwLTRmOWYtOWM2My1h..."
}

Params


You can include specific parameters in the URL to customize and provide detailed instructions for the domiciliation operation. These parameters act as additional instructions, allowing you to fine-tune the request according to your needs, whether by specifying transaction details or configuring specific options.

<aside> <img src="/icons/alien-pixel_lightgray.svg" alt="/icons/alien-pixel_lightgray.svg" width="40px" /> The parameters from and to are optional and may or may not be included in the request. If not provided, default values will be used, as explained earlier. On the other hand, the size and page parameters are necessary to query the information in an organized manner.

</aside>