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>" } }
Deprecated: use POST /auth/start { provider: "siwe" } + POST /auth/token/exchange instead. Verifies a signed SIWE message and returns an access + refresh token pair.
POST /auth/start { provider: "siwe" }
POST /auth/token/exchange
Your application ID. Required for all app-tier and user-tier routes.
Body
200
Show child attributes