How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

LIFF Server API

Four operations for managing LINE Front-end Framework apps on a LINE Login channel — add, list, update and delete LIFF apps. LIFF apps are web applications that run inside the LINE client's in-app browser and can read the logged-in user's profile, obtain an ID token, send messages into the current chat and open the scanner.

LIFF Server API is one of 10 APIs that LINE publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Mini Apps and LIFF. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 4 operations across 2 paths, and defines 10 schemas. It is described by OpenAPI 3.0.2, at version 1.0.0.

Requests are made against a single base URL, https://api.line.me/.

4 operations 2 paths 10 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
1.0.0
Base URL
https://api.line.me
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

LIFF Server API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer). By default, every request must be authenticated.

  • Bearer — Channel access token

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

liff 4
POST
/liff/v1/apps
Create LIFF app
addLIFFApp body → 200400401
GET
/liff/v1/apps
Get all LIFF apps
getAllLIFFApps → 200401404
PUT
/liff/v1/apps/{liffId}
Update LIFF app from a channel
updateLIFFApp 1 param body → 200400401404
DELETE
/liff/v1/apps/{liffId}
Delete LIFF app from a channel
deleteLIFFApp 1 param → 200401404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are LiffApp (7 properties), UpdateLiffAppRequest (6 properties), AddLiffAppRequest (6 properties), UpdateLiffView (3 properties). Each schema is shown below with its type and property counts.

AddLiffAppRequest
object
6 properties 1 required
LiffBotPrompt
string
Specify the setting for bot link feature with one of the following values: normal: Display the option to add the LINE Official Account as a friend in the chann…
LiffView
object
3 properties 2 required
UpdateLiffView
object
3 properties
LiffFeatures
object
2 properties
AddLiffAppResponse
object
1 property 1 required
UpdateLiffAppRequest
object
6 properties
LiffScope
string
Array of scopes required for some LIFF SDK methods to function. The default value is ["profile", "chatmessage.write"].
GetAllLiffAppsResponse
object
1 property
LiffApp
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

line-liff-openapi.yml Raw ↑

Other APIs LINE publishes across the network.

LINE Messaging API
LINE Messaging API Webhook
LINE Channel Access Token API
LINE Insight API
LINE Manage Audience API
LINE Module API
LINE Module Attach API
LINE Mission Sticker API
LINE Login v2.1
Where this information came from

This is an independent, third-party profile of LIFF Server API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.