Skip to main content

How to integrate LINE Planet

To integrate your application with LINE Planet, take the following steps:

  1. Generate an API key in LINE Planet Console.
  2. Implement your application client.
  3. Implement your application server callbacks.

Generate an API key in LINE Planet Console

Before implementing the integration of LINE Planet, you need to determine the following environment parameters and use them to generate the appropriate API key. For detailed information on parameters, see Development environment.

  • LINE Planet environment
  • Service ID
  • Server callback URLs
  • Web application domain (optional)

After determining the parameters, generate an API key in the LINE Planet Console.

Implement your application client

Tip

Make sure that you use a proper pair of API key and planet_base_url. Development environment shows an example of using a proper pair of API key and planet_base_url.

Implement your client by referring to the following repositories and documents:

Implement your application server callbacks

Implement your server callbacks by referring to the following documents: