Complete OAuth identify/consent/deny step
Body·
required
application/json
OAuth step
- Type: "identify" or "consent" or "deny"enumrequired
- Type: string
- Type: string
- Type: array of string
- Type: string
- Type: string
- Type: string
- additionalPropertyType: anything
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"
}