Applications
Get an application
get/applications/{owner}/{slug}
Path parameters
ownerstring required
slugstring required
Response
Retrieved
Example response
{
"name": "Application Falcon",
"description": "I always wanted to have a application called application Falcon",
"keywords": [
"falcon",
"api"
],
"id": "50bb7fe0-8f19-499e-972e-1ebec8af2c71",
"owner": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
},
"permissions": {
"read": true
},
"slug": "application-falcon"
}