Interface GetDeveloperAppPayload

interface GetDeveloperAppPayload {
    bookmark?: string;
    clientId?: string;
}

Properties

Properties

bookmark?: string

Bookmark for pagination of the apps. Not compatible with clientId.

clientId?: string

If you want to get a specific app, specify the client ID here (will not return the client secret).