Retrieve Customer Applications

Retrieve a list of all your customer applications.

Query Params
string

Search by exact-match on the field_name of metadata properties.
Example: metadata.loan_product_code=credit_card_1234 will limit results to all
customer applications that have the following metadata contained:

{ "metadata": { "loan_product_code": "credit_card_1234" } }
string

Token provided in the metadata blob of a response, in order to find
the next page in a collection, e.g.

{ "metadata": { "next_page_token": "4jmBrvVn9r" } }
Headers
string
required

The API Client Identifier (Service Application Identifier).

Responses

401

An unauthenticated request was received.

405

The request uses an unexpected HTTP method.

5XX

An unexpected error occurred on the server side.

Language
Credentials
OAuth2
Choose an example:
application/json