curl --request GET \ --url https://api.treasuryprime.com/search \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "created_at": "2018-11-09T16:53:05Z", "object_id": "apsn_11eprxk81zvvz", "object_type": "apply_person_application", "related": { "apply_account_application_id": "aact_11eprxk28zvw4" }, "updated_at": "2018-11-09T16:53:05Z" } ] }
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
A list of search elements
The response is of type any.
any