GET https://api.ecartapi.com/apps/{{appId}}
Get the details of an APP.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Authorization
|
string |
RESPONSES
status OK
{
"active": true,
"_id": "5d718ec197748b000465d122",
"name": "Application Test 1",
"settings": {
"app_url": "https://envia.com",
"redirect_url": "https://envia.com"
},
"user_id": {{USER_ID}},
"app_id": {{APP_ID}},
"created_at": "2019-09-05 22:40:01",
"updated_at": "2019-09-05 22:40:01",
"__v": 0
} |
ENDPOINTS