cURL
curl --request GET \ --url https://api.treasuryprime.com/card_auth_loop_endpoint/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "basic_secret": "<encrypted value>", "basic_user": "organization_name", "created_at": "2023-12-01T17:00:00Z", "default_response": "approved", "id": "cale_11ghk0709srf", "updated_at": "2023-12-01T17:00:00Z", "url": "https://example.application.com/newurl", "userdata": null }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Unique identifier for object
The card_auth_loop_endpoint
The response is of type object.
object
Was this page helpful?