Exchange Privy token for linked Musebook key
Body
required
application/json
Privy token
- Type: stringaccess
_token - Type: stringid
_token - Type: stringtoken
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/privy/login
curl https://api.musebook.trade/api/privy/login \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"token": "",
"id_token": "",
"access_token": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}