GET
/
card_auth_loop_endpoint
curl --request GET \
  --url https://api.treasuryprime.com/card_auth_loop_endpoint \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "basic_secret": "<encrypted value>",
      "basic_user": "organization_name",
      "created_at": "2023-12-01T17:00:00Z",
      "id": "cale_11ghk0709srf",
      "updated_at": "2023-12-01T17:00:00Z",
      "url": "https://example.application.com/newurl",
      "userdata": null
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
A list of card_auth_loop_endpoint elements

The response is of type any.