Authentication
Generate JWT URL
Generate a secure, single-use URL containing a JWT. Users visit this URL to link their social media accounts. The JWT is valid for 48 hours.
post/uploadposts/users/generate-jwt
Request body
Example request
{
"ui_labels": {
"connect.connectButton": "Baglan",
"connect.notConnected": "Bagli degil"
}
}Response
JWT URL generated successfully.
Example response
{
"success": true,
"duration": "48h"
}