Skip to main content
GET
/
corner-store
/
default-information
Get default information by batch
curl --request GET \
  --url https://staging-api.propaga.io/v1/corner-store/default-information \
  --header 'Authorization: <api-key>'
{
    "paymentDefaults": [
        {
            "userId": "3b275b2f-3b40-4ff2-86ff-2499de0cdcfa",
            "paymentDefaultAmount": 200,
            "paymentDefaultCreatedDate": "2024-01-01T00:00:00Z",
            "paymentDefaultPaidDate": "2024-01-01T00:00:00Z",
            "externalId": "12345"
        }
    ],
    "totalPages": 1,
    "totalElements": 1,
    "last": true,
    "first": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.propaga.mx/llms.txt

Use this file to discover all available pages before exploring further.

{
    "paymentDefaults": [
        {
            "userId": "3b275b2f-3b40-4ff2-86ff-2499de0cdcfa",
            "paymentDefaultAmount": 200,
            "paymentDefaultCreatedDate": "2024-01-01T00:00:00Z",
            "paymentDefaultPaidDate": "2024-01-01T00:00:00Z",
            "externalId": "12345"
        }
    ],
    "totalPages": 1,
    "totalElements": 1,
    "last": true,
    "first": true
}

Body

page
string
default:"1"
required
Page number

Response

cornerStores
array
totalPages
number
Total number of pages
totalElements
number
Total number of elements
last
boolean
Indicates if it is the last page
first
boolean
Indicates if it is the first page