{
  "info": {
    "name": "All American Notice \u2014 Public API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Auto-generated from /api/v1/openapi.json. Set the `api_key` and `base_url` collection variables in Postman."
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://allamericannotice.com"
    },
    {
      "key": "api_key",
      "value": "aan_test_REPLACE_ME"
    }
  ],
  "item": [
    {
      "name": "GET /api/account/api-keys/scopes",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys/scopes",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys",
            "scopes"
          ]
        },
        "description": "List Scopes"
      }
    },
    {
      "name": "GET /api/account/api-keys",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys"
          ]
        },
        "description": "List Keys"
      }
    },
    {
      "name": "POST /api/account/api-keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys"
          ]
        },
        "description": "Create Key",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "POST /api/account/api-keys/{key_id}/rotate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys/{key_id}/rotate",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys",
            "{key_id}",
            "rotate"
          ]
        },
        "description": "Rotate Key"
      }
    },
    {
      "name": "DELETE /api/account/api-keys/{key_id}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys/{key_id}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys",
            "{key_id}"
          ]
        },
        "description": "Revoke Key"
      }
    },
    {
      "name": "GET /api/account/api-keys/_settings",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys/_settings",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys",
            "_settings"
          ]
        },
        "description": "Get Api Settings"
      }
    },
    {
      "name": "PATCH /api/account/api-keys/_settings",
      "request": {
        "method": "PATCH",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/api-keys/_settings",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "api-keys",
            "_settings"
          ]
        },
        "description": "Patch Api Settings",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "POST /api/v1/notices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/notices",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "notices"
          ]
        },
        "description": "Create Notice",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "GET /api/v1/notices",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/notices",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "notices"
          ]
        },
        "description": "List Notices"
      }
    },
    {
      "name": "GET /api/v1/notices/{notice_id}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/notices/{notice_id}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "notices",
            "{notice_id}"
          ]
        },
        "description": "Get Notice"
      }
    },
    {
      "name": "GET /api/v1/notices/{notice_id}/tracking",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/notices/{notice_id}/tracking",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "notices",
            "{notice_id}",
            "tracking"
          ]
        },
        "description": "Get Notice Tracking"
      }
    },
    {
      "name": "GET /api/v1/notices/{notice_id}/affidavit.pdf",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/notices/{notice_id}/affidavit.pdf",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "notices",
            "{notice_id}",
            "affidavit.pdf"
          ]
        },
        "description": "Get Notice Affidavit Pdf"
      }
    },
    {
      "name": "POST /api/v1/notices/{notice_id}/release-hold",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/notices/{notice_id}/release-hold",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "notices",
            "{notice_id}",
            "release-hold"
          ]
        },
        "description": "Release Hold"
      }
    },
    {
      "name": "GET /api/v1/account",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/account",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "account"
          ]
        },
        "description": "Get Account"
      }
    },
    {
      "name": "PATCH /api/v1/account/settings",
      "request": {
        "method": "PATCH",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/account/settings",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "account",
            "settings"
          ]
        },
        "description": "Update Settings",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "GET /api/account/activity",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/activity",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "activity"
          ]
        },
        "description": "List Activity"
      }
    },
    {
      "name": "GET /api/account/activity/summary",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/activity/summary",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "activity",
            "summary"
          ]
        },
        "description": "Summary"
      }
    },
    {
      "name": "GET /api/account/webhooks/events",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/events",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "events"
          ]
        },
        "description": "List Event Types"
      }
    },
    {
      "name": "GET /api/account/webhooks",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks"
          ]
        },
        "description": "List Webhooks"
      }
    },
    {
      "name": "POST /api/account/webhooks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks"
          ]
        },
        "description": "Create Webhook",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "PATCH /api/account/webhooks/{ep_id}",
      "request": {
        "method": "PATCH",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/{ep_id}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "{ep_id}"
          ]
        },
        "description": "Update Webhook",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "DELETE /api/account/webhooks/{ep_id}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/{ep_id}",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "{ep_id}"
          ]
        },
        "description": "Delete Webhook"
      }
    },
    {
      "name": "POST /api/account/webhooks/{ep_id}/rotate-secret",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/{ep_id}/rotate-secret",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "{ep_id}",
            "rotate-secret"
          ]
        },
        "description": "Rotate Webhook Secret"
      }
    },
    {
      "name": "POST /api/account/webhooks/{ep_id}/test",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/{ep_id}/test",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "{ep_id}",
            "test"
          ]
        },
        "description": "Send Test Webhook"
      }
    },
    {
      "name": "GET /api/account/webhooks/deliveries",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/deliveries",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "deliveries"
          ]
        },
        "description": "List Deliveries"
      }
    },
    {
      "name": "POST /api/account/webhooks/deliveries/{delivery_id}/replay",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/account/webhooks/deliveries/{delivery_id}/replay",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "account",
            "webhooks",
            "deliveries",
            "{delivery_id}",
            "replay"
          ]
        },
        "description": "Replay Delivery"
      }
    },
    {
      "name": "GET /api/v1/openapi.json",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/openapi.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "openapi.json"
          ]
        },
        "description": "Public Openapi"
      }
    },
    {
      "name": "GET /api/v1/postman.json",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/postman.json",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "postman.json"
          ]
        },
        "description": "Public Postman"
      }
    },
    {
      "name": "GET /api/v1/docs.html",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "Bearer {{api_key}}"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/docs.html",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "docs.html"
          ]
        },
        "description": "Public Swagger"
      }
    }
  ]
}