Skip to main content
GET
Get app id by app name

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

name
string
required

Application name to look up

Response

Returns the application ID for the specified name

The response is of type integer<int64>.