🌏
MID
文A↪ English
文A↪ English
  • Introducing MID
  • How .mid works
  • Partners
    • CutUp
      • How CutUp Receipt NFT works
      • How CutUp Digital Voucher works
  • API Integration
    • Quick start
      • 1. Request a user's MID identity
      • 2. Redirect back to your site by MID
      • 3. Use the access token to access the API
    • API
      • GET users/me
      • GET wallets
      • GET NFTs
Powered by GitBook
On this page
  1. API Integration
  2. Quick start

1. Request a user's MID identity

PreviousQuick startNext2. Redirect back to your site by MID

Last updated 2 years ago

CtrlK
GET https://mid.maneslab.xyz/oauth/authorize

Parameters:

Parameter name
Type
Description

response_type

string

Required. response_type=code

client_id

string

Required. The client ID you received from MID.

redirect_uri

string

Required. The URL in your application where users will be sent after authorization.

scope

string

Required.scope=profile

state

string

Required.An unguessable random string. It is used to protect against cross-site request forgery attacks.