Get a single app

GET https://api.ecartapi.com/apps/{{appId}}

Get the details of an APP.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

"{\n    \"active\": true,\n    \"_id\": \"5d718ec197748b000465d122\",\n    \"name\": \"Application Test 1\",\n    \"settings\": {\n        \"app_url\": \"https://envia.com\",\n        \"redirect_url\": \"https://envia.com\"\n    },\n    \"user_id\": {{USER_ID}},\n    \"app_id\": {{APP_ID}},\n    \"created_at\": \"2019-09-05 22:40:01\",\n    \"updated_at\": \"2019-09-05 22:40:01\",\n    \"__v\": 0\n}"