I building a new app for jira and i need the endpoint to check user subscribtion to my app.
Tell me please the endpoint for geting user subscription period.
Hi Alexander,
If you are developing an add-on and looking to validate the add-on is active, to get details about an add-ons installation and license details, I believe the endpoint you are looking for would be in the UPM REST API endpoint:
/rest/plugins/1.0/{pluginKey}
Also check out this KB for more details and examples on the returned data:
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexander,
You shouldn't have to create JWT tokens manually. The frameworks for building Connect apps handle JWT tokens for you, and there are libraries available in most languages, as we describe in the JWT libraries section. If you do need to create a token manually, read Manually creating a JWT.
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.