curl --request POST \
--url https://api-staging.boost.xyz/auth/login \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>",
"signature": "<string>"
}'
{
"accessToken": "<string>",
"refreshToken": "<string>"
}
login to Boost using SIWE
curl --request POST \
--url https://api-staging.boost.xyz/auth/login \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>",
"signature": "<string>"
}'
{
"accessToken": "<string>",
"refreshToken": "<string>"
}
Success
The response is of type object
.