Application
Get Application
Get an application.
get/api/v1/app/{app_id}
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
Response
Example response
{
"id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"name": "My first application",
"uid": "unique-identifier"
}Changes
Changed in 1 of the 5 revisions of this API.1
- ●
removed the optional property
rateLimitfrom the response with the200statusresponse-optional-property-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●