cURL
curl --request POST \ --url https://api.fairground.fi/permissions.v1.PermissionService/GenerateApiKey \ --header 'Authorization: Bearer <token>' \ --header 'Connect-Protocol-Version: <connect-protocol-version>' \ --header 'Content-Type: application/json' \ --data ' { "userAddress": "<string>" } '
{ "apiKey": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Define the version of the Connect protocol
1
Define the timeout, in ms
Success