Generate JWT API key & Secret using api in PHP

Using this template helps us debug your issues more effectively :slight_smile:

Description
May I generate the api key & secret using coding?? My requirement is to generate JWT api key & secret through coding and create a meeting different different user using generated JWT api key & secret on my end.

Is it possible to generate JWT api key & secret from PHP api end? Please let me know.

Error

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT/OAuth

Which Endpoint/s?
API endpoint/s

Hey @php3.sanatan,

Once you have your JWT credentials (API Key and Secret), you can generate a JWT token programmatically. I recommend leveraging one of the libraries here:

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.