Skip to content

v9.6.0 Support API of Shared Audiences in Business Manager

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 09:50
· 5 commits to master since this release
d4ee02c

What's Changed

Add /v2/bot/audienceGroup/shared path by @github-actions in #1160

Shared Audiences in Business Manager API Support

We have added and supported new API endpoints related to Shared Audiences in Business Manager.

API to Get Shared Audience Information

You can obtain detailed information about a specific audience shared in Business Manager by calling the endpoint:

  • GET https://api.line.me/v2/bot/audienceGroup/shared/{audienceGroupId}

API to Get List of Shared Audiences

You can acquire a list of audiences shared in Business Manager using the following endpoint:

  • GET https://api.line.me/v2/bot/audienceGroup/shared/list

By using the "Get Shared Audience Information" endpoint, you can retrieve more detailed data about each audience.

Documents and Reference

For more information, please refer to the links provided above.


line-openapi updates

Dependency updates

Other Changes

Full Changelog: v9.5.3...v9.6.0


This release is prepared by @eucyt