How can I grant Discourse access through an API?

Teljesen kezdő vagyok. segítséget kérek, discourse hozáférést hogy tudok adni API.-keresztül?

first create an API key by navigating to admin > advanced > API keys, clicking new API key, and configuring its details. you then use the generated API key and the username of the user it was created for in the Api-Key and Api-Username headers of your API requests. @Enit

@Enit Hi there, could elaborate further on this? Are you referring to granting access to a private forum via the API, or something else?

Thanks!