Skip to content

Submit authorization sign-in or tenant consent

POST
/oauth/authorize
curl --request POST \
--url https://api.muninx.com/oauth/authorize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data email=example \
--data password=example \
--data id_token=example \
--data transaction_id=example \
--data tenant_id=example \
--data consent=yes \
--data action=cancel
Media type application/x-www-form-urlencoded
object
email
string
password
string
id_token
string
transaction_id
string
tenant_id
string
consent
string
Allowed values: yes
action
string
Allowed values: cancel

Sign-in or consent page

Redirect with authorization code or error