# Fetch Application Profile Retrieve the details of an existing . Endpoint: GET /application_profiles/{application_profile_id} Version: 2022-02-01 Security: BasicAuth ## Header parameters: - `Accept` (string) ## Path parameters: - `application_profile_id` (string, required) ID of profile to use. Example: "PPqjTEKAmRNGLquQUeLKmXhi" ## Response 200 fields (application/json): - `id` (string) ID of the resource. Example: "PPxxxxxxxxxxxxxxxxxx" - `created_at` (string) Timestamp of when the object was created. - `updated_at` (string) Timestamp of when the object was last updated. - `application` (string) The ID of the resource. - `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. - `fee_profile` (string,null) The ID of the associated with the . Example: "FPxxxxxxxxxxxxxxxxxx" - `risk_profile` (string) The ID of the that was created during provisioning. Example: "RPxxxxxxxxxxxxxxxxxx" - `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, , , ) - `_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. - `_links.application` (object) Link to the the resource was created under. - `_links.application.href` (string) - `_links.fee_profile` (object) - `_links.risk_profile` (object) - `_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 404 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) ## 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)