How to get license information using Backlog API on Free plan?

Hi @mangeshbabar

welcome to our community! :slight_smile:

To get the license information via Backlog API, you can send a curl GET request:

curl https://[SPACE ID].backlog.com/api/v2/space/licence?apiKey=[Your API Key]

For documentation on our Backlog API, you can refer to developer.nulab.com > Get License

You can also refer to our community post: Intro to sending Backlog API requests for more information.

Hope this helps!