cURL
curl --request POST \ --url http://localhost:5252/auth \ --header 'Content-Type: application/json' \ --data ' { "appName": "MyApp" } '
{ "token": "295b78d3-a817-4db9-a595-e1643ceb3735" }
Generates a unique token for API communication. This endpoint prompts the user to confirm or deny the connection.
"MyApp"
Token issued
"295b78d3-a817-4db9-a595-e1643ceb3735"
Was this page helpful?