Complete OAuth identify/consent/deny step

​

Body·

required
application/json

OAuth step

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/oauth/authorize
curl https://api.musebook.trade/oauth/authorize \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "step": "identify",
  "wallet": "",
  "nonce": "",
  "signature": "",
  "oauth_qs": "",
  "ticket": "",
  "scopes": [
    ""
  ],
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}