id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
e342a2d2-45a8-45dc-8532-5173e48ec04a/adf17a01-3af4-4a0d-acfb-6570a9e59694/0/0 | Bank Documents OCR - INDIA | OCR - Uplalod Bank Cheque or Passbook and Fetch Bank Details like Bank Name, Account Number, IFSC CODE, MICR, Branch, Bank Address | null | BankDocumentsOcr | OCR - Upload Bank Cheque or Passbook and Fetch Bank Details like Bank Name, Account Number, IFSC CODE, MICR, Branch, Bank Address | 200 | Response | {"AccountNumber": "9015148098", "IFSCCode": "SBIN0001410", "MICR": "520002021", "Branch": "KANKIPADU", "Address": "KRISHNA ANDHRA PRADESH", "Bank": "State Bank of India", "status": true, "message": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AccountNumber": {"type": "string"}, "IFSCCode": {"type": "string"}, "MICR": {"type": "string"}, "Branch": {"type": "string"}, "Address": {"type": "string"}, "Bank": {"type": "string"}, "status": {"type": "boolean"}, "message": {"type": "str... |
12c86404-04b2-4668-a1a1-012c0d9aa10c/755e21ed-0a43-49d6-aabc-008ec2f14314/0/0 | Convert HTML to PDF | API to Convert HTML to PDF, PNG, JPG. Adjust Page Format in A4, A3, A5, LETTER, LEGAL, TABLOID. Set Orientation to Potrait or Landscape. Adjust Image Quality | null | HTMLToPdf | Convert HTML to PDF, PNG, JPG
Options
Orentation : portrait, landscape
Page Format : A3, A4, A5, Legal, Letter, Tabloid | 200 | Example_1 | {"html": "<h1>Testing</h1>", "type": "pdf", "pageFormat": "A5", "orientation": "landscape", "imageQuality": "75"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"html": {"type": "string"}, "type": {"type": "string"}, "pageFormat": {"type": "string"}, "orientation": {"type": "string"}, "imageQuality": {"type": "string"}}, "required": ["html", "imageQuality", "orientation", "pageFormat", "type"]} |
07d3d0ac-46e8-475e-8e61-6464757a41ba/4ed794f9-d0b9-434e-8c5b-30f657cf04a1/0/0 | IP | Convert IP addresses into full company profiles. | null | IP API | The IP API takes an IP address and returns the company associated with that IP, also known as IP to company. This can be used for identifying website traffic for sales & marketing, analytics, and personalization. | 200 | New Example | {"ip": "204.4.143.118", "type": "business", "countryCode": "GB", "company": {"geo": {"city": "New York", "state": "New York", "country": "United States of America", "stateCode": "NY", "postalCode": "10282", "streetName": "West Street", "subPremise": "29Th Floor", "countryCode": "US", "streetNumber": "200"}, "url": "htt... | {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "countryCode": {"type": "string"}, "company": {"type": "object", "properties": {"geo": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "stateCode": {"type": "... |
07d3d0ac-46e8-475e-8e61-6464757a41ba/4ed794f9-d0b9-434e-8c5b-30f657cf04a1/1/0 | IP | Convert IP addresses into full company profiles. | null | IP API | The IP API takes an IP address and returns the company associated with that IP, also known as IP to company. This can be used for identifying website traffic for sales & marketing, analytics, and personalization. | 404 | New Example | {"ip": "136.25.130.243", "type": "isp", "countryCode": "US", "company": null, "geo": {"city": "Oakland", "postal": "94612", "stateCode": "CA", "state": "California", "countryCode": "US", "country": "United States", "continentCode": "NA", "continent": "North America", "isEU": false, "lat": 37.8075, "lng": -122.2644, "ti... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "countryCode": {"type": "string"}, "company": {"type": "null"}, "geo": {"type": "object", "properties": {"city": {"type": "string"}, "postal": {"type": "string"}, "stateCode": {"type": "s... |
de8de1fa-4ce2-44f7-a3dd-ab1f47a61750/031f1d90-a077-493c-8ce5-b4eb8f652310/0/0 | Scraper tools | Tools to help people wishing to scrape websites. | null | /scrapeLinksFromURL | Scrape links from URL | 200 | null | [{"href": "https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header", "text": "About"}] | {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "text": {"type": "string"}}}} |
45a5ef7b-2351-478a-9cf2-4e66c350f3f7/0840511b-9689-455f-a18c-e6ebce1f4cc7/0/0 | NFT Rarity calculator | NFT Rarity And Score Calculator: Instantly calculate scores for each asset of yours or others collections. | null | Compare two metadata files stats | Endpoint support compact query parameter, which return {trait_type}:{trait_value}:sum(trait_values) response | 200 | New Example | {"metadata1": [{"sum": 10, "traitType": "Background", "traitValue": "purple", "assets": ["Your Collection #1", "Your Collection #2", "Your Collection #3", "Your Collection #4", "Your Collection #5", "Your Collection #6", "Your Collection #7", "Your Collection #8", "Your Collection #9", "Your Collection #10"]}], "metada... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"metadata1": {"type": "array", "items": {"type": "object", "properties": {"sum": {"type": "integer"}, "traitType": {"type": "string"}, "traitValue": {"type": "string"}, "assets": {"type": "array", "items": {"type": "string"}}}, "required": [... |
45a5ef7b-2351-478a-9cf2-4e66c350f3f7/d6346c2e-aefa-4402-b289-166e29fb9562/0/0 | NFT Rarity calculator | NFT Rarity And Score Calculator: Instantly calculate scores for each asset of yours or others collections. | null | Calculate scores from uploaded metadata | The metadata.json should be presented as combined files of metadata. | 200 | New Example | [{"asset": "Your Collection #1", "total_score": "12.00", "attributes": [{"trait_type": "Background", "trait_value": "purple", "count": 4, "score": "1.00"}, {"trait_type": "Body", "trait_value": "blue", "count": 4, "score": "1.00"}, {"trait_type": "Clothes", "trait_value": "shirt", "count": 4, "score": "1.00"}, {"trait_... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}, "total_score": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "trait_value": {"type": "string"}, "count... |
45a5ef7b-2351-478a-9cf2-4e66c350f3f7/2c5a4818-db3b-4db1-8646-8ddca170f575/0/0 | NFT Rarity calculator | NFT Rarity And Score Calculator: Instantly calculate scores for each asset of yours or others collections. | null | Calculate scores from separated metadata files | separated_metadata field supports multiple files. | 200 | New Example | [{"asset": "Your Collection #1", "total_score": "12.00", "attributes": [{"trait_type": "Background", "trait_value": "purple", "count": 4, "score": "1.00"}, {"trait_type": "Body", "trait_value": "blue", "count": 4, "score": "1.00"}, {"trait_type": "Clothes", "trait_value": "shirt", "count": 4, "score": "1.00"}, {"trait_... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}, "total_score": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "trait_value": {"type": "string"}, "count... |
45a5ef7b-2351-478a-9cf2-4e66c350f3f7/94f64d1f-b1b8-405f-a9b3-3c0835aadeca/0/0 | NFT Rarity calculator | NFT Rarity And Score Calculator: Instantly calculate scores for each asset of yours or others collections. | null | Calculate scores from metadata URL | The metadata.json should be presented as combined files of metadata. | 200 | New Example | [{"asset": "Your Collection #1", "total_score": "12.00", "attributes": [{"trait_type": "Background", "trait_value": "purple", "count": 4, "score": "1.00"}, {"trait_type": "Body", "trait_value": "blue", "count": 4, "score": "1.00"}, {"trait_type": "Clothes", "trait_value": "shirt", "count": 4, "score": "1.00"}, {"trait_... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}, "total_score": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "trait_value": {"type": "string"}, "count... |
b96b62e5-5f34-484a-afb8-abafc2215c30/1787f973-02c8-4b6e-83b8-a4ee5489de90/2/0 | WiseAlgo | WiseAlgo is a scheduling algorithm that optimizes your projects. | 6 | project | Scheduling endpoint | 200 | Example 1 | {"Errors": null, "TasksUpdated": [{"Id": 1, "Start": "2021-04-19T08:00:00", "End": "2021-04-19T17:00:00", "SetupMin": null, "SetupMax": null, "Setup": null, "Resources": [{"IdResource": 8, "Units": 1, "From": 0, "To": 480, "IsMain": true}]}, {"Id": 2, "Start": "2021-04-19T17:00:00", "End": "2021-04-20T15:26:00", "Setup... | {"title": "SchedulingResult", "type": "object", "additionalProperties": false, "properties": {"Errors": {"description": "List of errors message in case something goes wrong.", "type": "array", "items": {"type": "string"}}, "TasksUpdated": {"type": "array", "items": {"type": "object", "additionalProperties": false, "pro... |
e213e711-8207-4623-8758-91a50afcd021/eab4964a-0ca8-4ead-a6f1-a788711e9cfe/0/0 | Swiss QR Bill | API to validate QR Bill data and generate Swiss QR bills in SVG, PDF or PNG formats. | null | /qrbill/validate | 200 | null | {"valid": true, "errors": []} | {"type": "object", "description": "Object returned when using the API to validate a QR Bill object.", "properties": {"valid": {"description": "Boolean value denoting if the QrBillPOJO object is valid or not.", "type": "boolean"}, "errors": {"description": "An array of errors found in string format.", "type": "array", "... | |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3d4ea8b8-47a0-442b-98bd-de6ca7f96d55/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_messages_api_v1_app__app_id__msg__get | List all of the application's messages.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
The after parameter lets you filter all items created after a certain date and is ignored if an iterator is passed.
before and after cannot be used simultaneously... | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3d4ea8b8-47a0-442b-98bd-de6ca7f96d55/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_messages_api_v1_app__app_id__msg__get | List all of the application's messages.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
The after parameter lets you filter all items created after a certain date and is ignored if an iterator is passed.
before and after cannot be used simultaneously... | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3d4ea8b8-47a0-442b-98bd-de6ca7f96d55/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_messages_api_v1_app__app_id__msg__get | List all of the application's messages.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
The after parameter lets you filter all items created after a certain date and is ignored if an iterator is passed.
before and after cannot be used simultaneously... | 200 | null | {"data": [{"eventType": "user.signup", "eventId": "evt_pNZKtWg8Azow", "channels": ["project_1337"], "payload": {}, "id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2", "timestamp": ""}], "iterator": "iterator", "prevIterator": "-iterator", "done": true} | {"title": "ListResponse[MessageOut]", "required": ["data", "done"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "MessageOut", "required": ["eventType", "payload", "id", "timestamp"], "type": "object", "properties": {"eventType": {"title": "Eventtype", "maxLength": 256,... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3d4ea8b8-47a0-442b-98bd-de6ca7f96d55/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_messages_api_v1_app__app_id__msg__get | List all of the application's messages.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
The after parameter lets you filter all items created after a certain date and is ignored if an iterator is passed.
before and after cannot be used simultaneously... | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3d4ea8b8-47a0-442b-98bd-de6ca7f96d55/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_messages_api_v1_app__app_id__msg__get | List all of the application's messages.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
The after parameter lets you filter all items created after a certain date and is ignored if an iterator is passed.
before and after cannot be used simultaneously... | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3d4ea8b8-47a0-442b-98bd-de6ca7f96d55/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_messages_api_v1_app__app_id__msg__get | List all of the application's messages.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
The after parameter lets you filter all items created after a certain date and is ignored if an iterator is passed.
before and after cannot be used simultaneously... | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/208173b9-17fd-4305-90bd-d90b58e38bae/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_application_api_v1_app__app_id___get | Get an application. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/208173b9-17fd-4305-90bd-d90b58e38bae/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_application_api_v1_app__app_id___get | Get an application. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/208173b9-17fd-4305-90bd-d90b58e38bae/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_application_api_v1_app__app_id___get | Get an application. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/208173b9-17fd-4305-90bd-d90b58e38bae/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_application_api_v1_app__app_id___get | Get an application. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/208173b9-17fd-4305-90bd-d90b58e38bae/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_application_api_v1_app__app_id___get | Get an application. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/208173b9-17fd-4305-90bd-d90b58e38bae/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_application_api_v1_app__app_id___get | Get an application. | 200 | null | {"uid": "unique-app-identifier", "name": "My first application", "rateLimit": 1000, "id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2", "createdAt": "", "updatedAt": ""} | {"title": "ApplicationOut", "required": ["name", "id", "createdAt", "updatedAt"], "type": "object", "properties": {"uid": {"title": "Uid", "maxLength": 256, "minLength": 1, "pattern": "^[a-zA-Z0-9\\-_.]+$", "type": "string", "description": "Optional unique identifier for the application"}, "name": {"title": "Name", "ty... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/767f4235-8a67-4a6d-b7a0-15028143fd17/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | delete_application_api_v1_app__app_id___delete | Delete an application. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/767f4235-8a67-4a6d-b7a0-15028143fd17/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | delete_application_api_v1_app__app_id___delete | Delete an application. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/767f4235-8a67-4a6d-b7a0-15028143fd17/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | delete_application_api_v1_app__app_id___delete | Delete an application. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/767f4235-8a67-4a6d-b7a0-15028143fd17/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | delete_application_api_v1_app__app_id___delete | Delete an application. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/767f4235-8a67-4a6d-b7a0-15028143fd17/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | delete_application_api_v1_app__app_id___delete | Delete an application. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/56efe2e1-5333-4244-ac4f-ab5c0a6115f0/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | update_application_api_v1_app__app_id___put | Update an application. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/56efe2e1-5333-4244-ac4f-ab5c0a6115f0/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | update_application_api_v1_app__app_id___put | Update an application. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/56efe2e1-5333-4244-ac4f-ab5c0a6115f0/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | update_application_api_v1_app__app_id___put | Update an application. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/56efe2e1-5333-4244-ac4f-ab5c0a6115f0/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | update_application_api_v1_app__app_id___put | Update an application. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/56efe2e1-5333-4244-ac4f-ab5c0a6115f0/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | update_application_api_v1_app__app_id___put | Update an application. | 200 | null | {"uid": "unique-app-identifier", "name": "My first application", "rateLimit": 1000, "id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2", "createdAt": "", "updatedAt": ""} | {"title": "ApplicationOut", "required": ["name", "id", "createdAt", "updatedAt"], "type": "object", "properties": {"uid": {"title": "Uid", "maxLength": 256, "minLength": 1, "pattern": "^[a-zA-Z0-9\\-_.]+$", "type": "string", "description": "Optional unique identifier for the application"}, "name": {"title": "Name", "ty... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/56efe2e1-5333-4244-ac4f-ab5c0a6115f0/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | update_application_api_v1_app__app_id___put | Update an application. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 201 | null | {"uid": "unique-app-identifier", "name": "My first application", "rateLimit": 1000, "id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2", "createdAt": "", "updatedAt": ""} | {"title": "ApplicationOut", "required": ["name", "id", "createdAt", "updatedAt"], "type": "object", "properties": {"uid": {"title": "Uid", "maxLength": 256, "minLength": 1, "pattern": "^[a-zA-Z0-9\\-_.]+$", "type": "string", "description": "Optional unique identifier for the application"}, "name": {"title": "Name", "ty... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 200 | null | {"uid": "unique-app-identifier", "name": "My first application", "rateLimit": 1000, "id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2", "createdAt": "", "updatedAt": ""} | {"title": "ApplicationOut", "required": ["name", "id", "createdAt", "updatedAt"], "type": "object", "properties": {"uid": {"title": "Uid", "maxLength": 256, "minLength": 1, "pattern": "^[a-zA-Z0-9\\-_.]+$", "type": "string", "description": "Optional unique identifier for the application"}, "name": {"title": "Name", "ty... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0478a7d0-19cc-41ac-b4b8-fc1d5f04812a/6/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_application_api_v1_app__post | Create a new application. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/e9bec2ea-12cc-4dbd-858b-0546d212c813/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_integration_key_api_v1_app__app_id__integration__integ_id__key__get | Get an integration's key. | 200 | null | {"key": "integsk_kV3ts5tKPNJN4Dl25cMTfUNdmabxbX0O"} | {"title": "IntegrationKeyOut", "required": ["key"], "type": "object", "properties": {"key": {"title": "Key", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/e9bec2ea-12cc-4dbd-858b-0546d212c813/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_integration_key_api_v1_app__app_id__integration__integ_id__key__get | Get an integration's key. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/e9bec2ea-12cc-4dbd-858b-0546d212c813/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_integration_key_api_v1_app__app_id__integration__integ_id__key__get | Get an integration's key. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/e9bec2ea-12cc-4dbd-858b-0546d212c813/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_integration_key_api_v1_app__app_id__integration__integ_id__key__get | Get an integration's key. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/e9bec2ea-12cc-4dbd-858b-0546d212c813/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_integration_key_api_v1_app__app_id__integration__integ_id__key__get | Get an integration's key. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/e9bec2ea-12cc-4dbd-858b-0546d212c813/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_integration_key_api_v1_app__app_id__integration__integ_id__key__get | Get an integration's key. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/20d34092-0924-4059-bf99-57814d952cdb/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_attempt_api_v1_app__app_id__msg__msg_id__attempt__attempt_id___get | msg_id: Use a message id or a message eventId | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/20d34092-0924-4059-bf99-57814d952cdb/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_attempt_api_v1_app__app_id__msg__msg_id__attempt__attempt_id___get | msg_id: Use a message id or a message eventId | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/20d34092-0924-4059-bf99-57814d952cdb/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_attempt_api_v1_app__app_id__msg__msg_id__attempt__attempt_id___get | msg_id: Use a message id or a message eventId | 200 | null | {"id": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2", "msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2", "endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2", "response": "{}", "responseStatusCode": 200, "timestamp": "", "status": 0, "triggerType": 0} | {"title": "MessageAttemptOut", "required": ["id", "msgId", "endpointId", "response", "responseStatusCode", "timestamp", "status", "triggerType"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "msgId": {"title": "Msgid", "type": "string"}, "endpointId": {"title": "Endpointid", "type": "string... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/20d34092-0924-4059-bf99-57814d952cdb/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_attempt_api_v1_app__app_id__msg__msg_id__attempt__attempt_id___get | msg_id: Use a message id or a message eventId | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/20d34092-0924-4059-bf99-57814d952cdb/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_attempt_api_v1_app__app_id__msg__msg_id__attempt__attempt_id___get | msg_id: Use a message id or a message eventId | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/20d34092-0924-4059-bf99-57814d952cdb/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_attempt_api_v1_app__app_id__msg__msg_id__attempt__attempt_id___get | msg_id: Use a message id or a message eventId | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/389c2a09-aa45-47e3-92e4-e1e761f50a1d/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_by_msg_api_v1_app__app_id__attempt_msg__msg_id___get | List attempts by message id | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/389c2a09-aa45-47e3-92e4-e1e761f50a1d/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_by_msg_api_v1_app__app_id__attempt_msg__msg_id___get | List attempts by message id | 200 | null | {"data": [{"id": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2", "msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2", "endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2", "response": "{}", "responseStatusCode": 200, "timestamp": "", "status": 0, "triggerType": 0}], "iterator": "iterator", "prevIterator": "-iterator", "done": true} | {"title": "ListResponse[MessageAttemptOut]", "required": ["data", "done"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "MessageAttemptOut", "required": ["id", "msgId", "endpointId", "response", "responseStatusCode", "timestamp", "status", "triggerType"], "type": "objec... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/389c2a09-aa45-47e3-92e4-e1e761f50a1d/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_by_msg_api_v1_app__app_id__attempt_msg__msg_id___get | List attempts by message id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/389c2a09-aa45-47e3-92e4-e1e761f50a1d/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_by_msg_api_v1_app__app_id__attempt_msg__msg_id___get | List attempts by message id | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/389c2a09-aa45-47e3-92e4-e1e761f50a1d/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_by_msg_api_v1_app__app_id__attempt_msg__msg_id___get | List attempts by message id | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/389c2a09-aa45-47e3-92e4-e1e761f50a1d/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_by_msg_api_v1_app__app_id__attempt_msg__msg_id___get | List attempts by message id | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/cf2cf287-c8f8-486a-952a-bda974ba1b58/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_for_endpoint_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__attempt__get | DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/cf2cf287-c8f8-486a-952a-bda974ba1b58/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_for_endpoint_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__attempt__get | DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/cf2cf287-c8f8-486a-952a-bda974ba1b58/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_for_endpoint_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__attempt__get | DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 200 | null | {"data": [{"id": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2", "msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2", "endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2", "response": "{}", "responseStatusCode": 200, "timestamp": "", "status": 0, "triggerType": 0}], "iterator": "iterator", "prevIterator": "-iterator", "done": true} | {"title": "ListResponse[MessageAttemptEndpointOut]", "required": ["data", "done"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "MessageAttemptEndpointOut", "required": ["id", "msgId", "endpointId", "response", "responseStatusCode", "timestamp", "status", "triggerType"]... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/cf2cf287-c8f8-486a-952a-bda974ba1b58/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_for_endpoint_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__attempt__get | DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/cf2cf287-c8f8-486a-952a-bda974ba1b58/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_for_endpoint_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__attempt__get | DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/cf2cf287-c8f8-486a-952a-bda974ba1b58/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempts_for_endpoint_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__attempt__get | DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0879655e-a2d3-49fc-91d9-98aa3854e831/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | rotate_integration_key_api_v1_app__app_id__integration__integ_id__key_rotate__post | Rotate the integration's key. The previous key will be immediately revoked. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0879655e-a2d3-49fc-91d9-98aa3854e831/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | rotate_integration_key_api_v1_app__app_id__integration__integ_id__key_rotate__post | Rotate the integration's key. The previous key will be immediately revoked. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0879655e-a2d3-49fc-91d9-98aa3854e831/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | rotate_integration_key_api_v1_app__app_id__integration__integ_id__key_rotate__post | Rotate the integration's key. The previous key will be immediately revoked. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0879655e-a2d3-49fc-91d9-98aa3854e831/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | rotate_integration_key_api_v1_app__app_id__integration__integ_id__key_rotate__post | Rotate the integration's key. The previous key will be immediately revoked. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0879655e-a2d3-49fc-91d9-98aa3854e831/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | rotate_integration_key_api_v1_app__app_id__integration__integ_id__key_rotate__post | Rotate the integration's key. The previous key will be immediately revoked. | 200 | null | {"key": "integsk_kV3ts5tKPNJN4Dl25cMTfUNdmabxbX0O"} | {"title": "IntegrationKeyOut", "required": ["key"], "type": "object", "properties": {"key": {"title": "Key", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/0879655e-a2d3-49fc-91d9-98aa3854e831/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | rotate_integration_key_api_v1_app__app_id__integration__integ_id__key_rotate__post | Rotate the integration's key. The previous key will be immediately revoked. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/80f916b4-d59a-4ebd-903e-6702d24f6d69/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_message_api_v1_app__app_id__msg__msg_id___get | Get a message by its ID or eventID. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/80f916b4-d59a-4ebd-903e-6702d24f6d69/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_message_api_v1_app__app_id__msg__msg_id___get | Get a message by its ID or eventID. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/80f916b4-d59a-4ebd-903e-6702d24f6d69/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_message_api_v1_app__app_id__msg__msg_id___get | Get a message by its ID or eventID. | 200 | null | {"eventType": "user.signup", "eventId": "evt_pNZKtWg8Azow", "channels": ["project_1337"], "payload": {}, "id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2", "timestamp": ""} | {"title": "MessageOut", "required": ["eventType", "payload", "id", "timestamp"], "type": "object", "properties": {"eventType": {"title": "Eventtype", "maxLength": 256, "pattern": "^[a-zA-Z0-9\\-_.]+$", "type": "string"}, "eventId": {"title": "Eventid", "maxLength": 256, "minLength": 1, "pattern": "^[a-zA-Z0-9\\-_.]+$",... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/80f916b4-d59a-4ebd-903e-6702d24f6d69/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_message_api_v1_app__app_id__msg__msg_id___get | Get a message by its ID or eventID. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/80f916b4-d59a-4ebd-903e-6702d24f6d69/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_message_api_v1_app__app_id__msg__msg_id___get | Get a message by its ID or eventID. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/80f916b4-d59a-4ebd-903e-6702d24f6d69/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | get_message_api_v1_app__app_id__msg__msg_id___get | Get a message by its ID or eventID. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/d6db4fc4-5925-48e2-a08f-3883b99bc043/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_messages_api_v1_app__app_id__endpoint__endpoint_id__msg__get | List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/d6db4fc4-5925-48e2-a08f-3883b99bc043/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_messages_api_v1_app__app_id__endpoint__endpoint_id__msg__get | List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/d6db4fc4-5925-48e2-a08f-3883b99bc043/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_messages_api_v1_app__app_id__endpoint__endpoint_id__msg__get | List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/d6db4fc4-5925-48e2-a08f-3883b99bc043/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_messages_api_v1_app__app_id__endpoint__endpoint_id__msg__get | List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/d6db4fc4-5925-48e2-a08f-3883b99bc043/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_messages_api_v1_app__app_id__endpoint__endpoint_id__msg__get | List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 200 | null | {"data": [{"eventType": "user.signup", "eventId": "evt_pNZKtWg8Azow", "channels": ["project_1337"], "payload": {}, "id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2", "timestamp": "", "status": 0, "nextAttempt": ""}], "iterator": "iterator", "prevIterator": "-iterator", "done": true} | {"title": "ListResponse[EndpointMessageOut]", "required": ["data", "done"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "EndpointMessageOut", "required": ["eventType", "payload", "id", "timestamp", "status"], "type": "object", "properties": {"eventType": {"title": "Eve... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/d6db4fc4-5925-48e2-a08f-3883b99bc043/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_messages_api_v1_app__app_id__endpoint__endpoint_id__msg__get | List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The before parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/8d107878-721c-47dd-862f-6cc9893b6584/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | logout_api_v1_auth_logout__post | Logout an app token.
Trying to log out other tokens will fail. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/8d107878-721c-47dd-862f-6cc9893b6584/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | logout_api_v1_auth_logout__post | Logout an app token.
Trying to log out other tokens will fail. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/8d107878-721c-47dd-862f-6cc9893b6584/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | logout_api_v1_auth_logout__post | Logout an app token.
Trying to log out other tokens will fail. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/8d107878-721c-47dd-862f-6cc9893b6584/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | logout_api_v1_auth_logout__post | Logout an app token.
Trying to log out other tokens will fail. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/8d107878-721c-47dd-862f-6cc9893b6584/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | logout_api_v1_auth_logout__post | Logout an app token.
Trying to log out other tokens will fail. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3b0d6aed-5f32-428e-804e-c8b09ba4c3ac/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_destinations_api_v1_app__app_id__msg__msg_id__endpoint__get | msg_id: Use a message id or a message eventId | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3b0d6aed-5f32-428e-804e-c8b09ba4c3ac/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_destinations_api_v1_app__app_id__msg__msg_id__endpoint__get | msg_id: Use a message id or a message eventId | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3b0d6aed-5f32-428e-804e-c8b09ba4c3ac/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_destinations_api_v1_app__app_id__msg__msg_id__endpoint__get | msg_id: Use a message id or a message eventId | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3b0d6aed-5f32-428e-804e-c8b09ba4c3ac/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_destinations_api_v1_app__app_id__msg__msg_id__endpoint__get | msg_id: Use a message id or a message eventId | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3b0d6aed-5f32-428e-804e-c8b09ba4c3ac/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_destinations_api_v1_app__app_id__msg__msg_id__endpoint__get | msg_id: Use a message id or a message eventId | 200 | null | {"data": [{"uid": "unique-endpoint-identifier", "url": "https://example.com/webhook/", "version": 1, "description": "An example endpoint name", "filterTypes": [], "channels": ["project_1337"], "disabled": false, "rateLimit": 1000, "id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2", "createdAt": "", "status": 0, "nextAttempt": ""}]... | {"title": "ListResponse[MessageEndpointOut]", "required": ["data", "done"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "MessageEndpointOut", "required": ["url", "version", "id", "createdAt", "status"], "type": "object", "properties": {"uid": {"title": "Uid", "maxLengt... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/3b0d6aed-5f32-428e-804e-c8b09ba4c3ac/5/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | list_attempted_destinations_api_v1_app__app_id__msg__msg_id__endpoint__get | msg_id: Use a message id or a message eventId | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/250d0695-184f-4f41-80b0-4342dfba9b58/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | resend_webhook_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__resend__post | Resend a message to the specified endpoint. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/250d0695-184f-4f41-80b0-4342dfba9b58/1/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | resend_webhook_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__resend__post | Resend a message to the specified endpoint. | 409 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/250d0695-184f-4f41-80b0-4342dfba9b58/2/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | resend_webhook_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__resend__post | Resend a message to the specified endpoint. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/250d0695-184f-4f41-80b0-4342dfba9b58/3/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | resend_webhook_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__resend__post | Resend a message to the specified endpoint. | 403 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/250d0695-184f-4f41-80b0-4342dfba9b58/4/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | resend_webhook_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__resend__post | Resend a message to the specified endpoint. | 401 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
16c8830d-71af-4af5-aba8-0ef86b89ed6a/5a68b1b0-06e5-4fe2-9b51-32b1bc51da04/0/0 | Svix | Webhooks as a Service. Build a secure, reliable, scalable webhooks service with Svix Webhooks API. | null | create_integration_api_v1_app__app_id__integration__post | Create an integration. | 404 | null | {"code": "", "detail": ""} | {"title": "HttpError", "required": ["code", "detail"], "type": "object", "properties": {"code": {"title": "Code", "type": "string"}, "detail": {"title": "Detail", "type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.