---
title: "List Endpoints"
method: GET
path: "/card_auth_loop_endpoint"
tags: ["Card Auth Loop Endpoint"]
---

# List Endpoints

`GET /card_auth_loop_endpoint`

## Query parameters

- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` card_auth_loop_endpoint elements, starting after the card_auth_loop_endpoint described by `page_cursor`. If no more card_auth_loop_endpoints are available, the resulting list will be empty.

- object
  - `data` object[]
    - `basic_secret` string — First value in `base64(basic_user:basic_secret)`, sent as Authorization for request validation. This will appear as `<encrypted value>` in all responses, for security
    - `basic_user` string — First value in `base64(basic_user:basic_secret)`, sent as Authorization for request validation
    - `default_response` string — Default response to use when the endpoint doesn't respond within the timeout period or returns an error. Please see Managing Card Authorizations for details and warnings. Defaults to 'approved'.
    - `id` string — Unique identifier for object
    - `url` string — The HTTPS URL that will respond to the card auth message
    - `userdata` object — Arbitrary data the user can attach

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/versions/95a3c69c14e8/schema)
