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

LINE Channel Access Token API

Issues, verifies and revokes the channel access tokens every other LINE server API consumes. Four generations run concurrently: long-lived tokens from the Developers Console, v2.0 short-lived tokens, v2.1 JWT-assertion tokens that support concurrent validity and zero-downtime rotation, and v3 stateless 15-minute tokens. Eight operations.

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

Tagged areas include Authentication and Tokens. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 8 operations across 8 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 0.0.1.

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

8 operations 8 paths 8 schemas 2 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.0.1
Base URL
https://api.line.me
Resource Areas
1

Paths & Operations 8

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

channel-access-token 8
POST
/oauth2/v3/token
Issues a new stateless channel access token, which doesn't have max active token limit unlike the other token types. The newly issued token is only valid for 15 minutes but can not be revoked until i…
issueStatelessChannelToken body → 200
GET
/oauth2/v2.1/tokens/kid
Gets all valid channel access token key IDs.
getsAllValidChannelAccessTokenKeyIds 2 params → 200
POST
/oauth2/v2.1/token
Issues a channel access token that allows you to specify a desired expiration date. This method lets you use JWT assertion for authentication.
issueChannelTokenByJWT body → 200
GET
/oauth2/v2.1/verify
You can verify whether a Channel access token with a user-specified expiration (Channel Access Token v2.1) is valid.
verifyChannelTokenByJWT 1 param → 200
POST
/oauth2/v2.1/revoke
Revoke channel access token v2.1
revokeChannelTokenByJWT body → 200
POST
/v2/oauth/accessToken
Issue short-lived channel access token
issueChannelToken body → 200400
POST
/v2/oauth/verify
Verify the validity of short-lived and long-lived channel access tokens
verifyChannelToken body → 200
POST
/v2/oauth/revoke
Revoke short-lived or long-lived channel access token
revokeChannelToken body → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are IssueChannelAccessTokenResponse (4 properties), IssueStatelessChannelTokenByClientSecretRequest (3 properties), IssueShortLivedChannelAccessTokenResponse (3 properties), VerifyChannelAccessTokenResponse (3 properties). Each schema is shown below with its type and property counts.

IssueStatelessChannelTokenByJWTAssertionRequest
object
Request body to issue a new token with JWT assertion
3 properties 3 required
IssueStatelessChannelTokenByClientSecretRequest
object
Request body to issue a new token with clientid and clientsecret
3 properties 3 required
IssueStatelessChannelAccessTokenResponse
object
Issued stateless channel access token
3 properties 3 required
ChannelAccessTokenKeyIdsResponse
object
Channel access token key IDs
1 property 1 required
IssueShortLivedChannelAccessTokenResponse
object
Issued short-lived channel access token
3 properties 3 required
IssueChannelAccessTokenResponse
object
Issued channel access token
4 properties 4 required
VerifyChannelAccessTokenResponse
object
Verification result
3 properties 2 required
ErrorResponse
object
Error response of the Channel access token
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

line-channel-access-token-openapi.yml Raw ↑

Other APIs LINE publishes across the network.

LINE Messaging API
LINE Messaging API Webhook
LINE Insight API
LINE Manage Audience API
LIFF Server 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 LINE Channel Access Token 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.