Get merchant applicationAsk AIget https://api.sandbox.rainforestpay.com/v1/merchants/{merchant_id}/applications/{merchant_application_id}Get merchant application details by the merchant application ID.Path Paramsmerchant_idstringrequiredThe unique merchant identifier. Prefix is "mid" in production and "sbx_mid" in sandbox.merchant_application_idstringrequiredThe unique merchant application identifier. Prefix is "app" in production and "sbx_app" in sandbox.HeadersRainforest-Api-VersionstringenumDefaults to 2024-10-162024-10-162023-12-01Allowed:2024-10-162023-12-01Responses 200OK 400Bad request, check for validation errors. 401Authorization missing or invalid. 403Authorization insufficient for requested action. 404Resource not found. 5XXUnexpected error.Updated 7 months ago