Skip to main content

Snag Solutions - API Docs (v 0.1)


What’s Changed


GET /api/users
Return Type:
Changed response : 200 OK
200
  • Changed content type : application/json
    • Changed property data (array)
      Schema for users response
      Changed items (object):
      Schema for a user response
      • Changed property userMetadata (array) Changed items (object):
        • Added property verifiedLocallyAt (string)
POST /api/users/connect
Request:
Changed content type : application/json
  • Changed property verificationData (object)
    The verification data of the user walletAddress
    • Added property verifiedLocally (boolean)

Result


API changes are backward compatible