cURL
curl --request POST \ --url https://api.agg.market/auth/verify \ --header 'Content-Type: application/json' \ --header 'x-app-id: <api-key>' \ --data ' { "message": "<string>", "signature": "<string>" } '
{ "accessToken": "<string>", "refreshToken": "<string>", "user": { "id": "<string>" } }
Verifies a signed SIWE/SIWS message and returns an access + refresh token pair directly.
Your application ID. Required for all app-tier and user-tier routes.
Body
200
Show child attributes