GET v1/application/{environment}/{orgId}/{appId}

Returns true if the environment, org and app combination exists, false otherwise.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
environment

Environment where the org originated from.

string

Required

orgId

Organization Id

integer

Required

appId

Application Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns true if the app exists, false otherwise.

boolean

Response Formats

application/json, text/json

Sample:
true