GET
/
search
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"
    }
  ]
}

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 search elements

The response is of type any.