# List Application Profiles Retrieve a list of all . For details on how to query endpoints using the available parameters. Endpoint: GET /application_profiles Version: 2022-02-01 Security: BasicAuth ## Header parameters: - `Accept` (string) ## Query parameters: - `limit` (integer) The numbers of items to return. Example: 3 - `after_cursor` (string) Return every resource created after the cursor value. - `before_cursor` (string) Return every resource created before the cursor value. ## Response 200 fields (application/json): - `page` (object) Details the page that's returned. - `page.limit` (integer) The number of entries to return. - `page.next_cursor` (string,null) The cursor to use for the next page of results. - `_embedded` (object) List of resources. - `_embedded.application_profiles` (array) resources. - `_embedded.application_profiles.id` (string) ID of the resource. Example: "PPxxxxxxxxxxxxxxxxxx" - `_embedded.application_profiles.created_at` (string) Timestamp of when the object was created. - `_embedded.application_profiles.updated_at` (string) Timestamp of when the object was last updated. - `_embedded.application_profiles.application` (string) The ID of the resource. - `_embedded.application_profiles.card_present_fee_profile` (string,null) The ID of the to be used for all card present transfers associated with the resource. If not set the value in will be used for card present transfers. - `_embedded.application_profiles.fee_profile` (string,null) The ID of the associated with the . Example: "FPxxxxxxxxxxxxxxxxxx" - `_embedded.application_profiles.risk_profile` (string) The ID of the that was created during provisioning. Example: "RPxxxxxxxxxxxxxxxxxx" - `_embedded.application_profiles.tags` (object,null) Include up to 50 pairs to annotate requests with custom metadata. - Maximum character length for individual is 40. - Maximum character length for individual is 500. (For example, , , ) - `_embedded.application_profiles._links` (object) For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these to make your follow-up requests and quickly access relevant IDs. - `_embedded.application_profiles._links.application` (object) Link to the the resource was created under. - `_embedded.application_profiles._links.application.href` (string) - `_embedded.application_profiles._links.fee_profile` (object) - `_embedded.application_profiles._links.risk_profile` (object) - `_embedded.application_profiles._links.self` (object) Link to the resource that was used in the request. ## Response 401 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "UNKNOWN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.self` (object) - `_embedded.errors._links.self.href` (string) - `_embedded.errors._links.source` (object) ## Response 403 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "FORBIDDEN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 406 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string)