API reference Development guidelines Quickstart Guides - Send messages
- Character counting in a text
- Get user IDs
- Stickers
- LINE emoji
- Use audiences
- Use quick replies
- Get statistics of sent messages
- Use LINE features with the LINE URL scheme
- Use beacons with LINE
- Gain friends of your LINE Official Account
- User account linking
- Customize icon and display name
- Display a loading animation
- Use membership features
- Get quote tokens
- Retrying a failed API request
- Stop using your LINE Official Account
- Stop using the Messaging API
- Tutorial - Make a reply bot
Webhooks Rich menus LINE Bot Designer Flex Message Concepts Reference Resources
API reference Development guidelines Quickstart Guides - Send messages
- Character counting in a text
- Get user IDs
- Stickers
- LINE emoji
- Use audiences
- Use quick replies
- Get statistics of sent messages
- Use LINE features with the LINE URL scheme
- Use beacons with LINE
- Gain friends of your LINE Official Account
- User account linking
- Customize icon and display name
- Display a loading animation
- Use membership features
- Get quote tokens
- Retrying a failed API request
- Stop using your LINE Official Account
- Stop using the Messaging API
- Tutorial - Make a reply bot
Webhooks Rich menus LINE Bot Designer Flex Message Concepts Reference Resources
# Use membership features
Membership (opens new window) (only available in Japanese) is a monthly membership subscription feature available for the LINE Official Account. Users can subscribe to the membership plan on your LINE Official Account to receive exclusive member perks.
# Endpoint for getting membership information
With the Messaging API, you can get membership information with the following endpoints:
- Get a user's membership subscription status
- Get a list of users who have joined the membership
- Get membership plans being offered
You can set up and publish your membership on the LINE Official Account Manager (opens new window). For more information, see You can easily create subscription services on LINE! What is the "Membership" feature of the LINE Official Account? (opens new window) (only available in Japanese) in LINE for Business.
Currently, the membership feature is only available for LINE Official Accounts in Japan.
# Get a user's membership subscription status
This endpoint allows you to get information about the memberships to which the user specified by the user ID is subscribed. For more information, see Get a user's membership subscription status in the Messaging API reference.
# Get a list of users who have joined the membership
This endpoint allows you to get a list of user IDs for users who have joined the membership of your LINE Official Account. For more information, see Get a list of users who have joined the membership in the Messaging API reference.
# Get membership plans being offered
This endpoint allows you to get the membership plans that are currently being offered through your LINE Official Account membership. For more information, see Get membership plans being offered in the Messaging API reference.
# Webhook membership event
When a user joins, renews, or leaves a membership of your LINE Official Account, a webhook membership event is sent. For more information, see Membership event in the Messaging API reference.