---
title: "Fetch an Endpoint"
method: GET
path: "/card_auth_loop_endpoint/{id}"
tags: ["Card Auth Loop Endpoint"]
---

# Fetch an Endpoint

`GET /card_auth_loop_endpoint/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The card_auth_loop_endpoint

- 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)
