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
|
---|---|---|---|---|---|---|---|---|---|
149bb2f5-147e-4cb0-ae5e-58d39180e750/be57b6f7-bedf-4309-81ef-d06493a10b44/0/0 | GUID Generator Tool | Efficient Guid generator, fast and flexible. | 7.2 | Multiple GUIDs | Endpoint to retrieve a multiple GUIDs, returned as a a string array.
Required query string parameter: number - needs to be between 0 and 1000.
GET only query.
Return content-type is text/json. | 200 | New Example | ["6fd12173-79fe-4fcc-a513-aafb51573686", "ad0b8bda-3b4b-4cb3-98a4-eca8fa43de37", "75e5ea24-ead6-45db-9b7f-3ef23ca1966f", "755fe408-a528-4c5d-81dc-1e1f53eca42b", "aa28f039-b8fc-4077-935c-ba53bdce6d3a", "7bb274f2-99c7-4139-9352-03d6506dda8d", "a8a48eb8-a4af-4958-aab1-f8c260819aed", "fdb33eb8-42f8-4f67-99c5-a2bd2f73b285", "8620944b-4822-4700-837f-642fcc93f783", "edd78b9d-b43a-4108-8499-0f4285f86407"] | {"type": "array", "items": {"type": "string"}} |
f8abe164-de43-4e4c-af87-4c111ccc2f23/e449ce28-1bdc-4427-8c48-84b8bbe8e9af/0/0 | FastDNS - Your Quick and Reliable DNS Lookup API | Discover the lightning-fast and secure world of DNS lookup with FastDNS! Our FastAPI-powered API provides comprehensive DNS record analysis, catering to cybersecurity experts, web developers, and internet researchers alike. Enjoy meticulously crafted data in a structured format from multiple DNS record types. With our robust security system, your queries stay secure. Start your journey with FastDNS today - for the fastest and most reliable DNS data insights you've ever experienced! | 6.7 | domainLookup | The /dns/{domain_name} endpoint provides a comprehensive DNS record lookup for a specified domain. It retrieves DNS record types including A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, and TXT. The results are parsed into a structured format for easy interpretation.
Simply replace {domain_name} with the domain you wish to query. | 200 | Example_1 | {"A": ["157.240.251.35"], "AAAA": ["2a03:2880:f176:84:face:b00c:0:25de"], "MX": [{"exchange": "smtpin.vvv.facebook.com.", "priority": 10}], "NS": ["b.ns.facebook.com.", "a.ns.facebook.com.", "d.ns.facebook.com.", "c.ns.facebook.com."], "SOA": [{"mname": "a.ns.facebook.com.", "rname": "dns.facebook.com.", "serial": 1787991672, "refresh": 14400, "retry": 1800, "expire": 604800, "minimum": 300}], "TXT": ["\"v=spf1 redirect=_spf.facebook.com\"", "\"google-site-verification=sK6uY9x7eaMoEMfn3OILqwTFYgaNp4llmguKI-C3_iA\"", "\"zoom-domain-verification=a6c90d61-66ec-485c-9f3d-cce7036f01bb\"", "\"google-site-verification=wdH5DTJTc9AYNwVunSVFeK0hYDGUIEOGb-RReU6pJlY\"", "\"google-site-verification=A2WZWCNQHrGV_TWwKh6KHY90tY0SHZo_RnyMJoDaG0s\""]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"A": {"type": "array", "items": {"type": "string"}}, "AAAA": {"type": "array", "items": {"type": "string"}}, "MX": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["exchange", "priority"]}}, "NS": {"type": "array", "items": {"type": "string"}}, "SOA": {"type": "array", "items": {"type": "object", "properties": {"mname": {"type": "string"}, "rname": {"type": "string"}, "serial": {"type": "integer"}, "refresh": {"type": "integer"}, "retry": {"type": "integer"}, "expire": {"type": "integer"}, "minimum": {"type": "integer"}}, "required": ["expire", "minimum", "mname", "refresh", "retry", "rname", "serial"]}}, "TXT": {"type": "array", "items": {"type": "string"}}}, "required": ["A", "AAAA", "MX", "NS", "SOA", "TXT"]} |
7e13c2f0-fa4d-4566-91d4-52804ccaff0e/51b0c81e-dda2-42d2-b420-c93ab2f886a5/0/0 | SQL Code Compiler | SQL Code Compiler API | 6.8 | SQL Versions | SQL Versions | 200 | Response | [{"id": 0, "version": "SQLite 3.9.2"}, {"id": 1, "version": "SQLite 3.21.0"}, {"id": 2, "version": "SQLite 3.23.1"}, {"id": 3, "version": "SQLite 3.29.0"}, {"id": 4, "version": "SQLite 3.37.0"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "version": {"type": "string"}}, "required": ["id", "version"]}} |
7e13c2f0-fa4d-4566-91d4-52804ccaff0e/adcd27f3-3ec5-4509-b003-c3d1116c6022/0/0 | SQL Code Compiler | SQL Code Compiler API | 6.8 | SQL Code Compiler | SQL Code Compiler | 200 | Response | {"cpuTime": "0.00", "memory": "4204", "output": "Hello|World!\n"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cpuTime": {"type": "string"}, "memory": {"type": "string"}, "output": {"type": "string"}}, "required": ["cpuTime", "memory", "output"]} |
5daaca05-b319-4443-bab7-0f7c86607e38/b423b420-ba40-4a33-acae-e8ae598b8ada/0/0 | Bar QR Code Generator | Generate barcodes and QR codes. | 7.1 | generate | Generate encoded data | 200 | Response | {"codes": [{"png": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAACRAQAAAADro2eOAAABYElEQVR4nM1WMW7DMAwkYwPWZv9AeonkPiuDEzkJ0G/FzkekH1ibBCRlaW9F0qkhUE7SDTyQIu+0o6fwO3iO/49NiKgmrKOCxMedBAdye8DRYPIMR6KrSG0JDVBXhXKAB6q/5/sNw+h1e3pfvtfYA9+b7yfWUgDS58C3irIIB/EwwS0Wx7cRsZfgcDxXmbSHtSKiL5H96EajLEAsfWKiWWZ2fcwYzwS25bYdJDgsVEFNejAwJwp0kuCY28Flt1SB2QBkdtDCcVKEPjZjd4HUS3DcFgDeiodLH1RcIzJX1F20QjoHZVMThHQ3Fkx9GpDHdm+aq4yW1Lodda0zVxTfkO8Fxm8e+D2q0Ex016UX80G37Nk6eBtlerX5IMBnSH3rIVsxH5xXqSKstZBerUG6GF6N4ySj7VtY7tWqKkbGozYfvEXWRBdrIb3afHAL/vsEmb/P5oOWLZD9w2uQmStx7BtTbauR9McRDQAAAABJRU5ErkJggg==", "data": "Data to be encoded", "format": "png", "type": "qr_code"}, {"png": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP0AAAB4AQAAAAARM8k6AAAAeElEQVR4nGP6jx/8YGIgAEYVwBScqa7Iequ3Yoq5+COvOVV+T89ZzN+x/FH86YIaA9/HCwaJI0cVjCoYVTCqYFTBqIJRBaMKRhWMKhhVMKqASAUmrR3ThC9F5Jx8KbctpW2TtNGJRI9IuYWmE1oubJZNGCSOHAIKAEuMPsr3Xm/RAAAAAElFTkSuQmCC", "data": "Data to be encoded", "format": "png", "type": "code_128b"}, {"svg": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"45px\" height=\"45px\" viewBox=\"0 0 45 45\" version=\"1.1\" preserveAspectRatio=\"none\" >\n<title>Data to be encoded</title>\n<g id=\"canvas\" >\n<rect x=\"0\" y=\"0\" width=\"45px\" height=\"45px\" fill=\"#fff\" />\n<g id=\"barcode\" fill=\"#000\">\n<rect x=\"10\" y=\"10\" width=\"7px\" height=\"1px\" />\n<rect x=\"18\" y=\"10\" width=\"4px\" height=\"1px\" />\n<rect x=\"23\" y=\"10\" width=\"2px\" height=\"1px\" />\n<rect x=\"28\" y=\"10\" width=\"7px\" height=\"1px\" />\n<rect x=\"10\" y=\"11\" width=\"1px\" height=\"1px\" />\n<rect x=\"16\" y=\"11\" width=\"1px\" height=\"1px\" />\n<rect x=\"21\" y=\"11\" width=\"3px\" height=\"1px\" />\n<rect x=\"26\" y=\"11\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"11\" width=\"1px\" height=\"1px\" />\n<rect x=\"34\" y=\"11\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"12\" width=\"3px\" height=\"1px\" />\n<rect x=\"16\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"19\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"21\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"23\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"25\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"30\" y=\"12\" width=\"3px\" height=\"1px\" />\n<rect x=\"34\" y=\"12\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"13\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"13\" width=\"3px\" height=\"1px\" />\n<rect x=\"16\" y=\"13\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"13\" width=\"2px\" height=\"1px\" />\n<rect x=\"24\" y=\"13\" width=\"1px\" height=\"1px\" />\n<rect x=\"26\" y=\"13\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"13\" width=\"1px\" height=\"1px\" />\n<rect x=\"30\" y=\"13\" width=\"3px\" height=\"1px\" />\n<rect x=\"34\" y=\"13\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"14\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"14\" width=\"3px\" height=\"1px\" />\n<rect x=\"16\" y=\"14\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"14\" width=\"5px\" height=\"1px\" />\n<rect x=\"26\" y=\"14\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"14\" width=\"1px\" height=\"1px\" />\n<rect x=\"30\" y=\"14\" width=\"3px\" height=\"1px\" />\n<rect x=\"34\" y=\"14\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"16\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"19\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"21\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"23\" y=\"15\" width=\"2px\" height=\"1px\" />\n<rect x=\"26\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"34\" y=\"15\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"16\" width=\"7px\" height=\"1px\" />\n<rect x=\"18\" y=\"16\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"16\" width=\"1px\" height=\"1px\" />\n<rect x=\"22\" y=\"16\" width=\"1px\" height=\"1px\" />\n<rect x=\"24\" y=\"16\" width=\"1px\" height=\"1px\" />\n<rect x=\"26\" y=\"16\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"16\" width=\"7px\" height=\"1px\" />\n<rect x=\"18\" y=\"17\" width=\"2px\" height=\"1px\" />\n<rect x=\"22\" y=\"17\" width=\"1px\" height=\"1px\" />\n<rect x=\"24\" y=\"17\" width=\"1px\" height=\"1px\" />\n<rect x=\"26\" y=\"17\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"18\" width=\"2px\" height=\"1px\" />\n<rect x=\"13\" y=\"18\" width=\"2px\" height=\"1px\" />\n<rect x=\"16\" y=\"18\" width=\"1px\" height=\"1px\" />\n<rect x=\"19\" y=\"18\" width=\"1px\" height=\"1px\" />\n<rect x=\"22\" y=\"18\" width=\"5px\" height=\"1px\" />\n<rect x=\"28\" y=\"18\" width=\"1px\" height=\"1px\" />\n<rect x=\"34\" y=\"18\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"19\" width=\"6px\" height=\"1px\" />\n<rect x=\"20\" y=\"19\" width=\"1px\" height=\"1px\" />\n<rect x=\"24\" y=\"19\" width=\"2px\" height=\"1px\" />\n<rect x=\"29\" y=\"19\" width=\"5px\" height=\"1px\" />\n<rect x=\"11\" y=\"20\" width=\"3px\" height=\"1px\" />\n<rect x=\"15\" y=\"20\" width=\"2px\" height=\"1px\" />\n<rect x=\"18\" y=\"20\" width=\"2px\" height=\"1px\" />\n<rect x=\"22\" y=\"20\" width=\"1px\" height=\"1px\" />\n<rect x=\"24\" y=\"20\" width=\"3px\" height=\"1px\" />\n<rect x=\"28\" y=\"20\" width=\"1px\" height=\"1px\" />\n<rect x=\"31\" y=\"20\" width=\"1px\" height=\"1px\" />\n<rect x=\"34\" y=\"20\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"21\" width=\"2px\" height=\"1px\" />\n<rect x=\"13\" y=\"21\" width=\"2px\" height=\"1px\" />\n<rect x=\"24\" y=\"21\" width=\"2px\" height=\"1px\" />\n<rect x=\"28\" y=\"21\" width=\"1px\" height=\"1px\" />\n<rect x=\"31\" y=\"21\" width=\"2px\" height=\"1px\" />\n<rect x=\"34\" y=\"21\" width=\"1px\" height=\"1px\" />\n<rect x=\"11\" y=\"22\" width=\"1px\" height=\"1px\" />\n<rect x=\"15\" y=\"22\" width=\"2px\" height=\"1px\" />\n<rect x=\"19\" y=\"22\" width=\"2px\" height=\"1px\" />\n<rect x=\"23\" y=\"22\" width=\"2px\" height=\"1px\" />\n<rect x=\"26\" y=\"22\" width=\"4px\" height=\"1px\" />\n<rect x=\"31\" y=\"22\" width=\"1px\" height=\"1px\" />\n<rect x=\"33\" y=\"22\" width=\"2px\" height=\"1px\" />\n<rect x=\"10\" y=\"23\" width=\"1px\" height=\"1px\" />\n<rect x=\"15\" y=\"23\" width=\"1px\" height=\"1px\" />\n<rect x=\"19\" y=\"23\" width=\"2px\" height=\"1px\" />\n<rect x=\"22\" y=\"23\" width=\"1px\" height=\"1px\" />\n<rect x=\"25\" y=\"23\" width=\"2px\" height=\"1px\" />\n<rect x=\"30\" y=\"23\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"24\" width=\"2px\" height=\"1px\" />\n<rect x=\"13\" y=\"24\" width=\"1px\" height=\"1px\" />\n<rect x=\"16\" y=\"24\" width=\"1px\" height=\"1px\" />\n<rect x=\"24\" y=\"24\" width=\"2px\" height=\"1px\" />\n<rect x=\"28\" y=\"24\" width=\"2px\" height=\"1px\" />\n<rect x=\"32\" y=\"24\" width=\"3px\" height=\"1px\" />\n<rect x=\"10\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"14\" y=\"25\" width=\"2px\" height=\"1px\" />\n<rect x=\"17\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"22\" y=\"25\" width=\"5px\" height=\"1px\" />\n<rect x=\"28\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"30\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"32\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"34\" y=\"25\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"26\" width=\"1px\" height=\"1px\" />\n<rect x=\"13\" y=\"26\" width=\"2px\" height=\"1px\" />\n<rect x=\"16\" y=\"26\" width=\"1px\" height=\"1px\" />\n<rect x=\"18\" y=\"26\" width=\"2px\" height=\"1px\" />\n<rect x=\"21\" y=\"26\" width=\"2px\" height=\"1px\" />\n<rect x=\"25\" y=\"26\" width=\"8px\" height=\"1px\" />\n<rect x=\"34\" y=\"26\" width=\"1px\" height=\"1px\" />\n<rect x=\"18\" y=\"27\" width=\"2px\" height=\"1px\" />\n<rect x=\"21\" y=\"27\" width=\"1px\" height=\"1px\" />\n<rect x=\"26\" y=\"27\" width=\"1px\" height=\"1px\" />\n<rect x=\"30\" y=\"27\" width=\"1px\" height=\"1px\" />\n<rect x=\"32\" y=\"27\" width=\"3px\" height=\"1px\" />\n<rect x=\"10\" y=\"28\" width=\"7px\" height=\"1px\" />\n<rect x=\"22\" y=\"28\" width=\"3px\" height=\"1px\" />\n<rect x=\"26\" y=\"28\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"28\" width=\"1px\" height=\"1px\" />\n<rect x=\"30\" y=\"28\" width=\"3px\" height=\"1px\" />\n<rect x=\"34\" y=\"28\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"29\" width=\"1px\" height=\"1px\" />\n<rect x=\"16\" y=\"29\" width=\"1px\" height=\"1px\" />\n<rect x=\"21\" y=\"29\" width=\"1px\" height=\"1px\" />\n<rect x=\"23\" y=\"29\" width=\"1px\" height=\"1px\" />\n<rect x=\"25\" y=\"29\" width=\"2px\" height=\"1px\" />\n<rect x=\"30\" y=\"29\" width=\"2px\" height=\"1px\" />\n<rect x=\"10\" y=\"30\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"30\" width=\"3px\" height=\"1px\" />\n<rect x=\"16\" y=\"30\" width=\"1px\" height=\"1px\" />\n<rect x=\"18\" y=\"30\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"30\" width=\"2px\" height=\"1px\" />\n<rect x=\"23\" y=\"30\" width=\"1px\" height=\"1px\" />\n<rect x=\"25\" y=\"30\" width=\"6px\" height=\"1px\" />\n<rect x=\"34\" y=\"30\" width=\"1px\" height=\"1px\" />\n<rect x=\"10\" y=\"31\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"31\" width=\"3px\" height=\"1px\" />\n<rect x=\"16\" y=\"31\" width=\"1px\" height=\"1px\" />\n<rect x=\"18\" y=\"31\" width=\"2px\" height=\"1px\" />\n<rect x=\"22\" y=\"31\" width=\"2px\" height=\"1px\" />\n<rect x=\"27\" y=\"31\" width=\"2px\" height=\"1px\" />\n<rect x=\"31\" y=\"31\" width=\"4px\" height=\"1px\" />\n<rect x=\"10\" y=\"32\" width=\"1px\" height=\"1px\" />\n<rect x=\"12\" y=\"32\" width=\"3px\" height=\"1px\" />\n<rect x=\"16\" y=\"32\" width=\"1px\" height=\"1px\" />\n<rect x=\"19\" y=\"32\" width=\"1px\" height=\"1px\" />\n<rect x=\"21\" y=\"32\" width=\"1px\" height=\"1px\" />\n<rect x=\"23\" y=\"32\" width=\"1px\" height=\"1px\" />\n<rect x=\"26\" y=\"32\" width=\"2px\" height=\"1px\" />\n<rect x=\"30\" y=\"32\" width=\"2px\" height=\"1px\" />\n<rect x=\"33\" y=\"32\" width=\"2px\" height=\"1px\" />\n<rect x=\"10\" y=\"33\" width=\"1px\" height=\"1px\" />\n<rect x=\"16\" y=\"33\" width=\"1px\" height=\"1px\" />\n<rect x=\"18\" y=\"33\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"33\" width=\"4px\" height=\"1px\" />\n<rect x=\"28\" y=\"33\" width=\"7px\" height=\"1px\" />\n<rect x=\"10\" y=\"34\" width=\"7px\" height=\"1px\" />\n<rect x=\"18\" y=\"34\" width=\"1px\" height=\"1px\" />\n<rect x=\"20\" y=\"34\" width=\"4px\" height=\"1px\" />\n<rect x=\"26\" y=\"34\" width=\"1px\" height=\"1px\" />\n<rect x=\"28\" y=\"34\" width=\"1px\" height=\"1px\" />\n<rect x=\"31\" y=\"34\" width=\"1px\" height=\"1px\" />\n<rect x=\"34\" y=\"34\" width=\"1px\" height=\"1px\" />\n\n</g></g>\n</svg>\n", "data": "Data to be encoded", "format": "svg", "type": "qr_code"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"codes": {"type": "array", "items": {"type": "object", "properties": {"png": {"type": "string"}, "data": {"type": "string"}, "format": {"type": "string"}, "type": {"type": "string"}, "svg": {"type": "string"}}, "required": ["data", "format", "type"]}}}, "required": ["codes"]} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/abef0fe7-93cb-4c3b-b3bc-7f8ef387425c/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | List Registrars | Get the list of the Registrars
Only some Registrars are available for now, new ones will be added in the future
| 200 | Response | {"data": [{"id": 1, "registrar": "amen.pt"}, {"id": 2, "registrar": "dominios.pt"}, {"id": 3, "registrar": "dreamhost.com"}, {"id": 4, "registrar": "gandi.net"}, {"id": 5, "registrar": "hetzner.com"}, {"id": 6, "registrar": "namecheap.com"}, {"id": 7, "registrar": "ovh.pt"}, {"id": 8, "registrar": "porkbun.com"}, {"id": 9, "registrar": "ptisp.pt"}, {"id": 10, "registrar": "sav.com"}], "limits": {"take": 25, "skip": 0}, "count": 10} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "registrar": {"type": "string"}}}}, "limits": {"type": "object", "properties": {"take": {"type": "integer"}, "skip": {"type": "integer"}}}, "count": {"type": "integer"}}} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/7a8b6e93-bbfa-4080-945a-b6e81884f4eb/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | Get all Registrar by Id | Get the info for a particular Registrar | 200 | Response | {"data": [{"id": 3, "registrar": "dreamhost.com"}], "count": 1} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "registrar": {"type": "string"}}}}, "count": {"type": "integer"}}} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/6165014e-f75c-490b-825f-17a74e5c6488/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | Get all Registrar by Name | Get the info for a particular Registrar | 200 | Response | {"data": [{"id": 3, "registrar": "dreamhost.com"}], "count": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "registrar": {"type": "string"}}, "required": ["id", "registrar"]}}, "count": {"type": "integer"}}, "required": ["count", "data"]} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/2284d0c0-2b80-4bf0-922a-c252d41922f8/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | List TLDs | Get the list of the TLDs, Top Level Domain | 200 | Response | {"data": [{"id": 1, "tld": ".slupsk.pl"}, {"id": 2, "tld": ".it"}, {"id": 3, "tld": ".com.sc"}, {"id": 4, "tld": ".taxi"}, {"id": 5, "tld": ".doctor"}, {"id": 6, "tld": ".spa"}, {"id": 7, "tld": ".reisen"}, {"id": 8, "tld": ".\u516b\u5366"}, {"id": 9, "tld": ".hiphop"}, {"id": 10, "tld": ".melbourne"}, {"id": 11, "tld": ".mobi"}, {"id": 12, "tld": ".black"}, {"id": 13, "tld": ".univ.sn"}, {"id": 14, "tld": ".okinawa"}, {"id": 15, "tld": ".travel.pl"}, {"id": 16, "tld": ".net.hn"}, {"id": 17, "tld": ".voyage"}, {"id": 18, "tld": ".tube"}, {"id": 19, "tld": ".kalisz.pl"}, {"id": 20, "tld": ".pictures"}, {"id": 21, "tld": ".ht"}, {"id": 22, "tld": ".perso.tn"}, {"id": 23, "tld": ".ovh"}, {"id": 24, "tld": ".construction"}, {"id": 25, "tld": ".kutno.pl"}], "limits": {"take": 25, "skip": 0}, "count": 25} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "tld": {"type": "string"}}, "required": ["id", "tld"]}}, "limits": {"type": "object", "properties": {"take": {"type": "integer"}, "skip": {"type": "integer"}}, "required": ["skip", "take"]}, "count": {"type": "integer"}}, "required": ["count", "data", "limits"]} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/d8cddaa3-634b-4cdd-b6b7-2b793d762614/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | List Registrar Prices | Get the list of the Registrars
Only some Registrars are available for now, new ones will be added in the future
| 200 | Response | {"data": [{"id": 1, "registrar": "amen.pt"}, {"id": 2, "registrar": "dominios.pt"}, {"id": 3, "registrar": "dreamhost.com"}, {"id": 4, "registrar": "gandi.net"}, {"id": 5, "registrar": "hetzner.com"}, {"id": 6, "registrar": "namecheap.com"}, {"id": 7, "registrar": "ovh.pt"}, {"id": 8, "registrar": "porkbun.com"}, {"id": 9, "registrar": "ptisp.pt"}, {"id": 10, "registrar": "sav.com"}], "limits": {"take": 25, "skip": 0}, "count": 10} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "registrar": {"type": "string"}}}}, "limits": {"type": "object", "properties": {"take": {"type": "integer"}, "skip": {"type": "integer"}}}, "count": {"type": "integer"}}} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/68cb9ffc-bd54-4519-8e1e-867d5c75000f/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | List TLD Prices | Get the list of the Registrars
Only some Registrars are available for now, new ones will be added in the future
| 200 | Response | {"data": [{"id": 1, "registrar": "amen.pt"}, {"id": 2, "registrar": "dominios.pt"}, {"id": 3, "registrar": "dreamhost.com"}, {"id": 4, "registrar": "gandi.net"}, {"id": 5, "registrar": "hetzner.com"}, {"id": 6, "registrar": "namecheap.com"}, {"id": 7, "registrar": "ovh.pt"}, {"id": 8, "registrar": "porkbun.com"}, {"id": 9, "registrar": "ptisp.pt"}, {"id": 10, "registrar": "sav.com"}], "limits": {"take": 25, "skip": 0}, "count": 10} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "registrar": {"type": "string"}}}}, "limits": {"type": "object", "properties": {"take": {"type": "integer"}, "skip": {"type": "integer"}}}, "count": {"type": "integer"}}} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/6022ff4a-0b58-4ac2-a4c9-aec1be6ed2f1/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | List Prices | Get the list of the Registrars
Only some Registrars are available for now, new ones will be added in the future
| 200 | Response | {"data": [{"id": 1, "registrar": "amen.pt"}, {"id": 2, "registrar": "dominios.pt"}, {"id": 3, "registrar": "dreamhost.com"}, {"id": 4, "registrar": "gandi.net"}, {"id": 5, "registrar": "hetzner.com"}, {"id": 6, "registrar": "namecheap.com"}, {"id": 7, "registrar": "ovh.pt"}, {"id": 8, "registrar": "porkbun.com"}, {"id": 9, "registrar": "ptisp.pt"}, {"id": 10, "registrar": "sav.com"}], "limits": {"take": 25, "skip": 0}, "count": 10} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "registrar": {"type": "string"}}}}, "limits": {"type": "object", "properties": {"take": {"type": "integer"}, "skip": {"type": "integer"}}}, "count": {"type": "integer"}}} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/0798a1b4-1e92-4e31-a268-109beba72df5/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | Get TLD by Name | Get the info for a particular Registrar | 200 | Response | {"data": [{"id": 562, "tld": ".pt"}], "count": 1} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "tld": {"type": "string"}}}}, "count": {"type": "integer"}}} |
e6a46e00-1c6e-479f-a0b7-d71286433f05/89aa1c50-35af-4b15-9135-61e032b6a101/0/0 | tldp | This API allow you to get the compiled TLD, Top Level Domain prices from serveral Registrars. | null | Get TLD by Id | Get the info for a particular Registrar | 200 | Response | {"data": [{"id": 9, "tld": ".hiphop"}], "count": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "tld": {"type": "string"}}, "required": ["id", "tld"]}}, "count": {"type": "integer"}}, "required": ["count", "data"]} |
56a355ca-2f70-431e-a93a-5009ebe3239e/7ebe9400-30f0-4502-943b-52617ea37d7f/0/0 | Date to Text | With the Date to Text API you can convert a date to a textual representation. It is also possible to get a human readable format of the difference between a given date and the current time. | null | Date Difference | Get a human readable, textual representation of the difference between now and a given date. | 422 | Invalid date format | {"message": "Unable to parse the give date. Please try a valid format, such as 2010-04-30 11:15, 16-10-2022, or 10:15 PM."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
56a355ca-2f70-431e-a93a-5009ebe3239e/7ebe9400-30f0-4502-943b-52617ea37d7f/1/0 | Date to Text | With the Date to Text API you can convert a date to a textual representation. It is also possible to get a human readable format of the difference between a given date and the current time. | null | Date Difference | Get a human readable, textual representation of the difference between now and a given date. | 200 | Success | {"text": "88 years ago"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]} |
56a355ca-2f70-431e-a93a-5009ebe3239e/e3a2a4e8-a199-40c9-a901-9667984edbc9/0/0 | Date to Text | With the Date to Text API you can convert a date to a textual representation. It is also possible to get a human readable format of the difference between a given date and the current time. | null | Date To Text | Get the textual representation of a given date | 200 | Success | {"text": "Tuesday 11th of October 2022"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]} |
56a355ca-2f70-431e-a93a-5009ebe3239e/e3a2a4e8-a199-40c9-a901-9667984edbc9/1/0 | Date to Text | With the Date to Text API you can convert a date to a textual representation. It is also possible to get a human readable format of the difference between a given date and the current time. | null | Date To Text | Get the textual representation of a given date | 422 | Invalid date format | {"message": "Unable to parse the give date. Please try a valid format, such as 2010-04-30 or 16-10-2022."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/21d9f46c-206d-4a1b-9b17-1732be8eaace/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userStatsList | Provides aggregated user stats for project | 200 | null | {"data": {"stats": [{"timePoint": "<string>", "totalUsers": "<integer>", "signUps": "<integer>", "activeUsers": "<integer>", "countPasskeyLogin": "<integer>", "countEmailLogin": "<integer>", "countPasswordLogin": "<integer>", "successfulLogins": "<integer>", "failedLogins": "<integer>"}, {"timePoint": "<string>", "totalUsers": "<integer>", "signUps": "<integer>", "activeUsers": "<integer>", "countPasskeyLogin": "<integer>", "countEmailLogin": "<integer>", "countPasswordLogin": "<integer>", "successfulLogins": "<integer>", "failedLogins": "<integer>"}], "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/2421d3ef-cbe6-467e-8571-f3d362797d0b/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userUpdate | Updates a user | 200 | null | {"data": {"ID": "<string>", "name": "<string>", "fullName": "<string>", "created": "<string>", "updated": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/2421d3ef-cbe6-467e-8571-f3d362797d0b/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userUpdate | Updates a user | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/2afceceb-d25a-40c3-9dcd-8cb8d8e82365/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userDelete | Deletes a user | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/2afceceb-d25a-40c3-9dcd-8cb8d8e82365/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userDelete | Deletes a user | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/ae47dcda-135f-432c-9db1-e93a3e1ba558/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | validateEmail | Validates email | 200 | null | {"data": {"isValid": "<boolean>", "validationCode": "no_such_host", "suggestion": "<string>", "email": {"username": "<string>", "domain": "<string>", "reachable": "<string>", "disposable": "<boolean>", "free": "<boolean>", "hasMxRecords": "<boolean>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/ae47dcda-135f-432c-9db1-e93a3e1ba558/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | validateEmail | Validates email | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/1dee303d-5a21-4e1a-9108-a8904e50d9e2/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userGet | Get a user by ID | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/1dee303d-5a21-4e1a-9108-a8904e50d9e2/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userGet | Get a user by ID | 200 | null | {"data": {"ID": "<string>", "name": "<string>", "fullName": "<string>", "created": "<string>", "updated": "<string>", "status": "deleted", "emails": [{"ID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "deleted"}, {"ID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "pending"}], "phoneNumbers": [{"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "active"}, {"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "pending"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/55ed60d4-ac32-4d2a-961b-8d5376a3f922/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectSecretDelete | Deletes API secret | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/55ed60d4-ac32-4d2a-961b-8d5376a3f922/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectSecretDelete | Deletes API secret | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/259858eb-59f5-4f83-8eda-3252c1f7a3c5/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkValidate | Validates email magic link token | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "userEmail": "<string>", "userFullName": "<string>", "userID": "<string>", "additionalPayload": "<string>", "loginToken": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/259858eb-59f5-4f83-8eda-3252c1f7a3c5/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkValidate | Validates email magic link token | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/e83ca6d4-b95d-44f4-9cfc-e3cc828ace8b/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | requestLogsList | Lists request logs for given filters | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/e83ca6d4-b95d-44f4-9cfc-e3cc828ace8b/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | requestLogsList | Lists request logs for given filters | 200 | null | {"data": {"logs": [{"requestID": "<string>", "projectID": "<string>", "userID": "<string>", "application": "<string>", "method": "<string>", "endpoint": "<string>", "source": "<string>", "request": "<string>", "queryParams": "<string>", "responseStatus": "<number>", "response": "<string>", "runtime": "<float>", "remoteAddress": "<string>", "created": "<string>", "tags": {}, "details": ["<string>", "<string>"]}, {"requestID": "<string>", "projectID": "<string>", "userID": "<string>", "application": "<string>", "method": "<string>", "endpoint": "<string>", "source": "<string>", "request": "<string>", "queryParams": "<string>", "responseStatus": "<number>", "response": "<string>", "runtime": "<float>", "remoteAddress": "<string>", "created": "<string>", "tags": {}, "details": ["<string>", "<string>"]}], "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/c9996fef-6af3-4f05-ac0e-713075de1641/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | originAllowed | Indicates in the given origin is allowed to this project | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/c9996fef-6af3-4f05-ac0e-713075de1641/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | originAllowed | Indicates in the given origin is allowed to this project | 200 | null | {"allowed": "<boolean>", "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/712d11ff-b1ca-491c-9cfe-1fd1b59a30ef/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userAuthLogList | Lists user auth log | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/712d11ff-b1ca-491c-9cfe-1fd1b59a30ef/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userAuthLogList | Lists user auth log | 200 | null | {"data": {"rows": [{"userID": "<string>", "userName": "<string>", "method": "<string>", "eventType": "<string>", "status": "<string>", "created": "<string>"}, {"userID": "<string>", "userName": "<string>", "method": "<string>", "eventType": "<string>", "status": "<string>", "created": "<string>"}], "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/8ce23a82-f62e-41d8-9b0a-f6d0644b814b/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectSecretList | Lists API secrets | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}, "requestData": {"requestID": "<string>", "link": "<string>"}, "rows": [{"id": "<string>", "hint": "<string>", "created": "<string>", "secret": "<string>"}, {"id": "<string>", "hint": "<string>", "created": "<string>", "secret": "<string>"}], "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/8ce23a82-f62e-41d8-9b0a-f6d0644b814b/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectSecretList | Lists API secrets | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/71b44114-90da-4129-a55a-65eede5b71b1/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectSecretCreate | Creates an API secret | 200 | null | {"created": "<string>", "hint": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "secret": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/71b44114-90da-4129-a55a-65eede5b71b1/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectSecretCreate | Creates an API secret | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/e73afb6d-9208-4875-9354-d8f4ea6e5778/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userPhoneNumberDelete | Delete a user's phone number | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/e73afb6d-9208-4875-9354-d8f4ea6e5778/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userPhoneNumberDelete | Delete a user's phone number | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/496de337-c75d-40f3-8f8a-608f541e4333/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userCustomLoginIdentifierDelete | Delete a user's custom login identifier | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/496de337-c75d-40f3-8f8a-608f541e4333/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userCustomLoginIdentifierDelete | Delete a user's custom login identifier | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/89181f9d-1fa5-4e32-8a40-6f6c43ed241b/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userPhoneNumberGet | Get a user's phone number | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/89181f9d-1fa5-4e32-8a40-6f6c43ed241b/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userPhoneNumberGet | Get a user's phone number | 200 | null | {"data": {"phoneNumber": {"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "active"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/67d9c253-7887-4063-b228-6f9925154fd3/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userEmailCreate | Add an email to an existing user | 200 | null | {"data": {"emailID": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/67d9c253-7887-4063-b228-6f9925154fd3/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userEmailCreate | Add an email to an existing user | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/434a610c-055c-4f73-8462-7341239e38de/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnCredentialList | Lists webauthn credentials users | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/434a610c-055c-4f73-8462-7341239e38de/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnCredentialList | Lists webauthn credentials users | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}, "requestData": {"requestID": "<string>", "link": "<string>"}, "rows": [{"aaguid": "<string>", "attestationType": "<string>", "authenticatorID": "<string>", "authenticatorName": "<string>", "backupEligible": "<boolean>", "created": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "lastUsed": "<string>", "lastUsedDeviceName": "<string>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "status": "pending", "transport": ["usb", "ble"], "userAgent": "<string>", "backupState": "<boolean>"}, {"aaguid": "<string>", "attestationType": "<string>", "authenticatorID": "<string>", "authenticatorName": "<string>", "backupEligible": "<boolean>", "created": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "lastUsed": "<string>", "lastUsedDeviceName": "<string>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "status": "active", "transport": ["hybrid", "usb"], "userAgent": "<string>", "backupState": "<boolean>"}], "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/aa5adf9d-391d-4041-be7f-127e16adc0f8/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userCreate | Creates a new user | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/aa5adf9d-391d-4041-be7f-127e16adc0f8/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userCreate | Creates a new user | 200 | null | {"data": {"userID": "<string>", "emailID": "<string>", "phoneNumberID": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/f2ce8496-2139-4ade-b377-99c67f1a769e/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userCustomLoginIdentifierGet | Get a user's custom login identifier | 200 | null | {"data": {"customLoginIdentifier": {"ID": "<string>", "identifier": "<string>", "created": "<string>", "updated": "<string>", "additionalData": "<string>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/f2ce8496-2139-4ade-b377-99c67f1a769e/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userCustomLoginIdentifierGet | Get a user's custom login identifier | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/aea1c151-b598-4a0f-b1d3-5f876b98080d/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userList | Lists project users | 200 | null | {"data": {"users": [{"ID": "<string>", "name": "<string>", "fullName": "<string>", "created": "<string>", "updated": "<string>", "status": "deleted", "emails": [{"ID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "active"}, {"ID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "pending"}], "phoneNumbers": [{"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "deleted"}, {"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "pending"}]}, {"ID": "<string>", "name": "<string>", "fullName": "<string>", "created": "<string>", "updated": "<string>", "status": "pending", "emails": [{"ID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "active"}, {"ID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "active"}], "phoneNumbers": [{"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "pending"}, {"ID": "<string>", "phoneNumber": "<string>", "created": "<string>", "updated": "<string>", "status": "active"}]}], "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/aea1c151-b598-4a0f-b1d3-5f876b98080d/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | userList | Lists project users | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/01510180-de70-4c0f-9d9f-538661a1b9f8/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | smsTemplateCreate | Creates a new SMS template | 200 | null | {"data": {"smsTemplateID": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/01510180-de70-4c0f-9d9f-538661a1b9f8/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | smsTemplateCreate | Creates a new SMS template | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/4fa04dec-04ac-457b-8fa4-3c83dffbe2d3/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnCredentialUpdate | Update credential | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/4fa04dec-04ac-457b-8fa4-3c83dffbe2d3/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnCredentialUpdate | Update credential | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "status": "pending"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/30230723-4a27-4b6d-b765-27b247e364b3/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | androidAppConfigCreate | Creates a new Android App Configuration | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/30230723-4a27-4b6d-b765-27b247e364b3/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | androidAppConfigCreate | Creates a new Android App Configuration | 200 | null | {"base64URL": "<string>", "created": "<string>", "fingerprint": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "message": "<string>", "packageName": "<string>", "projectID": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "updated": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/3bd6dcc5-6639-47d1-b7ab-3d25bac2e13e/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnSettingGet | Gets a setting by id for Passkeys (Biometrics) | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/3bd6dcc5-6639-47d1-b7ab-3d25bac2e13e/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnSettingGet | Gets a setting by id for Passkeys (Biometrics) | 200 | null | {"created": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "message": "<string>", "name": "<string>", "origin": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "updated": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/20d12db6-22ae-4b6d-974f-0bd6747b1021/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | androidAppConfigGet | Lists Android App Configurations for a project | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/20d12db6-22ae-4b6d-974f-0bd6747b1021/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | androidAppConfigGet | Lists Android App Configurations for a project | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}, "requestData": {"requestID": "<string>", "link": "<string>"}, "rows": [{"id": "<string>", "projectID": "<string>", "packageName": "<string>", "fingerprint": "<string>", "base64URL": "<string>", "created": "<string>", "updated": "<string>"}, {"id": "<string>", "projectID": "<string>", "packageName": "<string>", "fingerprint": "<string>", "base64URL": "<string>", "created": "<string>", "updated": "<string>"}], "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/7faa671b-a4bf-4144-9c7d-3a90c42ca75d/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnSettingPut | Updates a setting by id for Passkeys (Biometrics) | 200 | null | {"created": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "message": "<string>", "name": "<string>", "origin": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "updated": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/7faa671b-a4bf-4144-9c7d-3a90c42ca75d/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnSettingPut | Updates a setting by id for Passkeys (Biometrics) | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/3cbdc689-a152-49e6-bcab-9d90bbb5ee07/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | smsCodeSend | Creates SMS OTP and sends it to given phone number | 200 | null | {"data": {"smsCodeID": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/3cbdc689-a152-49e6-bcab-9d90bbb5ee07/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | smsCodeSend | Creates SMS OTP and sends it to given phone number | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/e6445658-f501-4656-86c6-2e20ab728fa4/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnSettingDelete | Deletes a setting by id for Passkeys (Biometrics) | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/e6445658-f501-4656-86c6-2e20ab728fa4/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnSettingDelete | Deletes a setting by id for Passkeys (Biometrics) | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/37d25e54-9393-4199-a3e0-0413eba3ebb9/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkGet | Get an email magic link only one time after confirmed | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/37d25e54-9393-4199-a3e0-0413eba3ebb9/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkGet | Get an email magic link only one time after confirmed | 200 | null | {"data": {"emailLink": {"ID": "<string>", "userID": "<string>", "email": "<string>", "created": "<string>", "updated": "<string>", "status": "active", "additionalPayload": "<string>", "userFullName": "<string>", "purpose": "<string>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/1298c6f0-0ab3-4326-beb9-d33a517c4f72/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkDelete | Deletes an email magic link | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/1298c6f0-0ab3-4326-beb9-d33a517c4f72/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkDelete | Deletes an email magic link | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "userEmail": "<string>", "userFullName": "<string>", "userID": "<string>", "additionalPayload": "<string>", "loginToken": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/fd7302c5-586e-4191-95ef-5ec1bdf19fcf/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | authMethodsList | Retrieves possible authentication methods for provided username | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/fd7302c5-586e-4191-95ef-5ec1bdf19fcf/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | authMethodsList | Retrieves possible authentication methods for provided username | 200 | null | {"data": {"selectMethods": ["email", "email"], "possibleMethods": ["phone_number", "webauthn"], "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/655da156-ef8f-458c-b67e-b7049ba8e83a/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailTemplateCreate | Creates a new email template | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/655da156-ef8f-458c-b67e-b7049ba8e83a/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailTemplateCreate | Creates a new email template | 200 | null | {"data": {"emailTemplateID": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/ba09bbda-373f-409f-9bc5-af54a8224518/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnAuthenticatorUpdate | Update authenticator | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/ba09bbda-373f-409f-9bc5-af54a8224518/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnAuthenticatorUpdate | Update authenticator | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/900279a5-57ce-47d7-bf80-cf9fe90241fd/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | iosAppConfigPut | Updates an iOS app config by id | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/900279a5-57ce-47d7-bf80-cf9fe90241fd/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | iosAppConfigPut | Updates an iOS app config by id | 200 | null | {"appIDPrefix": "<string>", "bundleID": "<string>", "created": "<string>", "httpStatusCode": "<integer>", "id": "<string>", "message": "<string>", "projectID": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "updated": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/9366726f-8226-4687-9373-1151632ab40e/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | trackingStatsList | Provides aggregated statstics for project's passkeys tracking data | 200 | null | {"data": {"stats": [{"timePoint": "<string>", "aggregateVisits": "<integer>", "aggregateWebauthn": "<integer>", "aggregatePlatform": "<integer>", "aggregateConditionalUi": "<integer>"}, {"timePoint": "<string>", "aggregateVisits": "<integer>", "aggregateWebauthn": "<integer>", "aggregatePlatform": "<integer>", "aggregateConditionalUi": "<integer>"}], "paging": {"page": 1, "totalPages": "<integer>", "totalItems": "<integer>"}}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/bed991ae-d280-46f0-a1c6-0ac3d4851637/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | iOsAppConfigDelete | Deletes an iOS App Config | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/bed991ae-d280-46f0-a1c6-0ac3d4851637/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | iOsAppConfigDelete | Deletes an iOS App Config | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/0833eb72-e55a-41a3-8b9b-0d30d2f0f5fe/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnRegisterFinish | Completes registration of a user for Passkeys (Biometrics) | 200 | null | {"credentialID": "<string>", "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>", "status": "success", "userID": "<string>", "username": "<string>", "userFullName": "<string>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/0833eb72-e55a-41a3-8b9b-0d30d2f0f5fe/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnRegisterFinish | Completes registration of a user for Passkeys (Biometrics) | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/f0813e9f-824a-48fb-936d-27651b5553d3/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnMediationStart | Starts mediation for Passkeys (Biometrics) | 200 | null | {"challenge": "<string>", "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/f0813e9f-824a-48fb-936d-27651b5553d3/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | webAuthnMediationStart | Starts mediation for Passkeys (Biometrics) | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/356af55c-c7fe-4780-b09b-18ad04bbc7de/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | exampleGet | Retrieves file containing the named example project | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/356af55c-c7fe-4780-b09b-18ad04bbc7de/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | exampleGet | Retrieves file containing the named example project | 200 | null | {"data": "<string>", "extension": "tar.gz", "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/4828f922-dc76-443b-b848-847087f7637f/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectConfigWebhookTest | Tests webhook backend | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/4828f922-dc76-443b-b848-847087f7637f/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | projectConfigWebhookTest | Tests webhook backend | 200 | null | {"data": {"code": "<string>", "details": "<string>", "runtime": "<number>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/0efd5303-005c-4f28-847e-60c96e62ad22/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkSend | Creates email magic link and sends it to given email address | 200 | null | {"data": {"emailLinkID": "<string>"}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/0efd5303-005c-4f28-847e-60c96e62ad22/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | emailLinkSend | Creates email magic link and sends it to given email address | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/ed5bbb99-f349-4921-887f-b58f6223683e/0/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | smsTemplateDelete | Deletes an SMS template | 500 | null | {"error": {"type": "<string>", "links": ["<string>", "<string>"], "details": "<string>", "validation": [{"field": "<string>", "message": "<string>"}, {"field": "<string>", "message": "<string>"}]}, "httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
7f7915df-2310-4d5c-a28f-ec96a078cd0d/ed5bbb99-f349-4921-887f-b58f6223683e/1/0 | Corbado | Let your users log in with passkeys via Face ID or Touch ID to boost conversion, improve UX and increase security. | null | smsTemplateDelete | Deletes an SMS template | 200 | null | {"httpStatusCode": "<integer>", "message": "<string>", "requestData": {"requestID": "<string>", "link": "<string>"}, "runtime": "<float>"} | {"type": "object"} |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.