{
  "info": {
    "name": "WOOBAZ Public API v1",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{woobaz_api_key}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://api.woobaz.com/v1"
    },
    {
      "key": "woobaz_api_key",
      "value": "wz_live_REMPLACER_PAR_VOTRE_CLE"
    }
  ],
  "item": [
    {
      "name": "Health",
      "request": {
        "method": "GET",
        "url": "{{base_url}}/health"
      }
    },
    {
      "name": "Verify registration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"registration\": \"1234567890ABCDEHNGRA\"\n}"
        },
        "url": "{{base_url}}/registrations/verify"
      }
    }
  ]
}
