Swirls

SWIRLS_

  • How it works
  • Pricing

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2
Actions

13 actions

API for the COVID-19 Tracking QR Code Signin Server.

13 actions

  • Create a userPOSTv1.0.0
  • Delete a signin recordDELETEv1.0.0
  • Delete a team member's user recordDELETEv1.0.0
  • Get signin infoGETv1.0.0
  • Log outPOSTv1.0.0
  • post_signinPOSTv1.0.0
  • Retrieve the information associated with a signin recordGETv1.0.0
  • Retrieve the information associated with a team member's user recordGETv1.0.0
  • Retrieve the information associated with all team members' user recordsGETv1.0.0
  • Update a signin recordPUTv1.0.0
  • Used for changing your passwordPOSTv1.0.0
  • Used for requesting a password reset codePOSTv1.0.0
  • Used for resetting your password when you forgot itPOSTv1.0.0

Other/API for the COVID-19 Tracking QR Code Signin Server.

Delete a signin record

v1.0.0

Delete a signin record

Input

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
{
  "type": "object",
  "properties": {
    "signinId": {
      "type": "integer"
    }
  },
  "required": [
    "signinId"
  ],
  "additionalProperties": false
}

Output

  1. 1
  2. 2
  3. 3
  4. 4
{
  "type": "object",
  "additionalProperties": true
}