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 |
|---|---|---|---|---|---|---|---|---|---|
2fb1bc2e-caad-4e2f-8f19-292616ba1887/4d909b75-c841-498b-a8d4-9b0b3e35a2eb/0/0 | RankOnyx | Rankonyx is an API that helps you generate SEO keywords and find similar, high-performing keywords with low competition. It provides a list of relevant keywords and data on search volume and competition rank. Use Rankonyx to optimize your website or product for search engines and improve your search ranking. | 0.2 | Get Locations by query | This API allows you to search for locations by name and retrieve detailed information about them. You can use the API to get information such as the location's name, unique 4-digit code, type (either "State" or "Country"), and ISO 3166-1 alpha-2 country code. The location code can be used to query SEO keywords within t... | 200 | Search locations with "New" query | [{"name": "New Caledonia", "locationCode": 2540, "locationType": "Country", "countryCode": "NC"}, {"name": "New Hampshire", "locationCode": 21163, "locationType": "State", "countryCode": "US"}, {"name": "New Jersey", "locationCode": 21164, "locationType": "State", "countryCode": "US"}, {"name": "New Mexico", "locationC... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "locationCode": {"type": "integer"}, "locationType": {"type": "string"}, "countryCode": {"type": "string"}}}} |
ff9349b8-20e0-41aa-a890-a9806faa3a7f/f400a4f8-f19c-4c68-94b5-bba9e08bdff3/0/0 | Startup Name Generator | Generates cliché (but nice) names for your startup. | null | Get Random Startup Names | Enter a keyword and get random startup names | 200 | New Example | {"name": "Chocolatesync", "domain": "https://www.namecheap.com/domains/registration/results.aspx?domain=chocolatesync.com"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "domain": {"type": "string"}}, "required": ["domain", "name"]} |
335480f6-0727-4989-92e4-1ebe10bb3725/3b85126b-a051-4a6d-8adc-780640023b96/0/0 | Time Date and Timezone | Quickly and easily get the time and date of a location or IP address, or convert the time and date of one timezone into another | null | Convert Time Endpoint | The Convert Time Endpoint makes it easy to convert the time and date of a given location to the time and date of another location. By default it converts the current time, but the conversion can take place in either the past or future with a simple parameter. | 200 | Response | {"base_location": {"datetime": "2020-05-01 07:00:00", "timezone_name": "PDT", "timezone_location": "America/Los_Angeles", "timezone_abbreviation": "Pacific Daylight Time", "gmt_offset": -7, "is_dst": true, "requested_location": "Angeles, CA", "latitude": 34.068892, "longitude": -118.449099}, "target_location": {"dateti... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"base_location": {"type": "object", "properties": {"datetime": {"type": "string"}, "timezone_name": {"type": "string"}, "timezone_location": {"type": "string"}, "timezone_abbreviation": {"type": "string"}, "gmt_offset": {"type": "integer"}, ... |
335480f6-0727-4989-92e4-1ebe10bb3725/15c021ea-6de1-489c-a0d5-a922646d6221/0/0 | Time Date and Timezone | Quickly and easily get the time and date of a location or IP address, or convert the time and date of one timezone into another | null | Current Time Endpoint | The Current Time Endpoint take a location in the form of a location name, latitude and longitude, or IP address and returns the current time, date, and timezone of that location. | 200 | Response | {"datetime": "2022-04-21 09:55:50", "timezone_name": "British Summer Time", "timezone_location": "Europe/London", "timezone_abbreviation": "BST", "gmt_offset": 1, "is_dst": true, "requested_location": "Oxford, United Kingdom", "latitude": 51.7520131, "longitude": -1.2578499} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"datetime": {"type": "string"}, "timezone_name": {"type": "string"}, "timezone_location": {"type": "string"}, "timezone_abbreviation": {"type": "string"}, "gmt_offset": {"type": "integer"}, "is_dst": {"type": "boolean"}, "requested_location"... |
0c2cc69b-08e6-461b-a06c-df8bdb4b9d67/2a09eb6e-0804-4c30-ad45-d22a72b78b07/0/0 | Crypto 1001 FX Functions | Explore the powerful 1001fx-APIs & CryptoFunctions collection that provides you with various cryptographic operations like AES encryption and decryption, hashing using HmacSHA256 or SHA256, and JSON Web Token (JWT) encoding and decoding. Secure your data with API key authorization and benefit from the easy-to-use and f... | 6.6 | JWTEncode | The "JWT Encode" REST endpoint is a software API that allows users to encode data into JSON Web Tokens (JWTs) using a secret key. To use this endpoint, users must provide a payload, a secret key, and the algorithm to be used for encoding.
Once the endpoint receives this information, it will use the specified algorithm ... | 200 | Response | {"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZW51Ijp7ImlkIjoiZmlsZSIsInZhbHVlIjoiRmlsZSIsInBvcHVwIjp7Im1lbnVpdGVtIjpbeyJ2YWx1ZSI6Ik5ldyIsIm9uY2xpY2siOiJDcmVhdGVOZXdEb2MoKSJ9LHsidmFsdWUiOiJPcGVuIiwib25jbGljayI6Ik9wZW5Eb2MoKSJ9LHsidmFsdWUiOiJDbG9zZSIsIm9uY2xpY2siOiJDbG9zZURvYygpIn1dfX0sImlhdCI6MTY3OTc0NzY5N30.AyPc... | {"type": "object", "properties": {"token": {"type": "string"}}} |
0c2cc69b-08e6-461b-a06c-df8bdb4b9d67/92da876c-28d6-43b7-99ca-edf7c83cdf37/0/0 | Crypto 1001 FX Functions | Explore the powerful 1001fx-APIs & CryptoFunctions collection that provides you with various cryptographic operations like AES encryption and decryption, hashing using HmacSHA256 or SHA256, and JSON Web Token (JWT) encoding and decoding. Secure your data with API key authorization and benefit from the easy-to-use and f... | 6.6 | AESEncrypt | The "AES Encrypt" endpoint is an API that encrypts data using the AES algorithm. Users provide the plaintext message, secret key, and cryptographic type as inputs, and receive the encrypted ciphertext as output. This endpoint is useful for securely encrypting sensitive information, and can be integrated into various ap... | 200 | Response | {"encryptedText": "U2FsdGVkX19VI2Qq7jMbOKw258AJ/TdhnAjnzdowyxlfwIKNkJ3HEQoXG4m2x0QZ"} | {"type": "object", "properties": {"encryptedText": {"type": "string"}}} |
0c2cc69b-08e6-461b-a06c-df8bdb4b9d67/2199cd95-a7bf-4f9f-b00c-212827e1dc38/0/0 | Crypto 1001 FX Functions | Explore the powerful 1001fx-APIs & CryptoFunctions collection that provides you with various cryptographic operations like AES encryption and decryption, hashing using HmacSHA256 or SHA256, and JSON Web Token (JWT) encoding and decoding. Secure your data with API key authorization and benefit from the easy-to-use and f... | 6.6 | AESDecrypt | The "AES Decrypt" endpoint is an API that decrypts data encrypted using the AES algorithm. Users provide the ciphertext, secret key, and cryptographic type as inputs, and receive the decrypted plaintext as output. This endpoint is useful for securely decrypting sensitive information, and can be integrated into various ... | 200 | Response | {"decryptedText": "Hello, it's me Tim"} | {"type": "object", "properties": {"decryptedText": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/69da2985-bcb2-49e6-b48b-5d363be67aef/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyReviews | Returns all the reviews and comments of a property by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/69da2985-bcb2-49e6-b48b-5d363be67aef/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyReviews | Returns all the reviews and comments of a property by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/69da2985-bcb2-49e6-b48b-5d363be67aef/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyReviews | Returns all the reviews and comments of a property by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"key": "3rk3z4f", "title": "The Town Downtown", "text": "Perfect location. Transit center", "isOwner": true, "submissionDate": "2015-08-02T20:15:03-05:00", "rating": 3, "positiveFeedbackCount": 92, "comments": [{"text": "Thank you for the kind words about Town Residences", "cr... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "isOwner": {"type": "boolean"}, "submissionDate": {"type": "string"}, "... |
33047e34-6a26-4463-a052-1423f1115951/b6f2098c-4466-45ef-aadd-3a5d1ce36ec9/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | searchProperty | Returns all the properties that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/b6f2098c-4466-45ef-aadd-3a5d1ce36ec9/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | searchProperty | Returns all the properties that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/b6f2098c-4466-45ef-aadd-3a5d1ce36ec9/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | searchProperty | Returns all the properties that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"id": "v07q4kg", "name": "Briarwood", "bedRange": "1 - 2 Beds", "rentRange": "$2,441 - 3,555", "address": {"country": "US", "lineOne": "180 Pasito Ter", "lineTwo": "Sunnyvale, CA 94086", "city": "Sunnyvale", "state": "CA", "postalCode": 94086, "latitude": 37.38315, "longitude"... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "bedRange": {"type": "string"}, "rentRange": {"type": "string"}, "address": {"type": "object", "prope... |
33047e34-6a26-4463-a052-1423f1115951/c7bfc1b4-cf53-4649-8480-c0c422ed0619/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getProperty | Returns all the detailed information of a property by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/c7bfc1b4-cf53-4649-8480-c0c422ed0619/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getProperty | Returns all the detailed information of a property by its ID | 200 | null | {"status": 200, "message": "OK", "data": {"id": "v07q4kg", "name": "Briarwood", "description": "The lushly landscaped Briarwood Apartments in Sunnyvale, CA lets you live.", "leaseTerms": "Flexible terms", "lastModifiedDate": "2023-03-29T13:08:14.283-04:00", "bedRange": "1 - 2 Beds", "rentRange": "$2,441 - 3,555", "stor... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "leaseTerms": {"type": "string"}, "lastModifiedDate": {"type": "string"}, "bedRange": {"type"... |
33047e34-6a26-4463-a052-1423f1115951/c7bfc1b4-cf53-4649-8480-c0c422ed0619/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getProperty | Returns all the detailed information of a property by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/9e275f2a-bcd3-4743-9cd9-b4346bc87796/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyImages | Returns all the images and virtual tour links of a property by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/9e275f2a-bcd3-4743-9cd9-b4346bc87796/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyImages | Returns all the images and virtual tour links of a property by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/9e275f2a-bcd3-4743-9cd9-b4346bc87796/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyImages | Returns all the images and virtual tour links of a property by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"width": 984, "height": 1287, "link": "https://images1.apartments.com/i2/lMpa-xC8K-f8dotJrJLRIXSg2f_c5Bo00PH2si8DElo/102/image.jpg", "virtualTourLink": "https://my.matterport.com/show/?m=gpKYVX4qADy"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"width": {"type": "number"}, "height": {"type": "number"}, "link": {"type": "string"}, "virtualTourLink": {"type": "string"}}}}}} |
9e3bd988-bc3c-4ede-b6a1-6dd4820f87a8/74baf429-195f-45ca-bfdd-13f02433260c/0/0 | cvr.dev | Data about companies from the Danish Business Authority | 0 | Rå CVR virksomhed | Dette endpoint returnerer alt data om en virksomhed, som den er i CVR. Dette dataformat er bestemt af Virk, ikke af cvr.dev. | 200 | 10103940 | [{"aarsbeskaeftigelse": [{"aar": 1997, "antalAarsvaerk": null, "antalAnsatte": null, "antalInklusivEjere": null, "intervalKodeAntalAarsvaerk": "ANTAL_100_199", "intervalKodeAntalAnsatte": "ANTAL_100_199", "intervalKodeAntalInklusivEjere": null, "sidstOpdateret": "1999-10-17T04:51:58.000Z"}], "attributter": [], "beligge... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"aarsbeskaeftigelse": {"type": "array", "items": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "antalInklusivEjere": {"type": "n... |
cf5128d7-c785-4f95-a204-a55784d6695c/b97614c3-3494-443a-93b5-e0d6b5e05ba5/0/0 | Sweden Company Data | Access the official Swedish Government Company register via this API. Ideal for KYB purposes | null | SearchByCompanyID | Get Swedish company details from the company ID | 200 | Example_1 | {"organisationslista": [{"identitetsbeteckning": "5566610886", "namn": "IKEA Retail Services AB", "organisationsform": {"kod": "AB", "klartext": "Aktiebolag"}, "hemvist": {"lan": {"kod": "07", "klartext": "Kronobergs l\u00e4n"}, "kommun": {"kod": "65", "klartext": "\u00c4lmhult kommun"}}, "rakenskapsar": {"rakenskapsar... | {"type": "object", "properties": {"organisationslista": {"type": "array", "items": {"type": "object", "properties": {"identitetsbeteckning": {"type": "string", "description": "", "default": "5566610886"}, "namn": {"type": "string", "description": "", "default": "IKEA Retail Services AB"}, "organisationsform": {"type": ... |
84911c8c-902d-44f4-b77f-de9ee2762523/d1111cc9-7221-4b70-8ee1-1817397c31f8/0/0 | Suggestion Questions | Suggestion Questions | null | key | data | 200 | Response | [{"type": "what Questions", "questions": "what digital products to sell ?"}, {"type": "what Questions", "questions": "what digital products to sell on etsy ?"}, {"type": "what Questions", "questions": "what digital ?"}, {"type": "what Questions", "questions": "what digital marketing ?"}, {"type": "what Questions", "que... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "questions": {"type": "string"}}, "required": ["questions", "type"]}} |
2e598baf-86d1-4de9-80df-7753bdee906b/70bbc8e9-918c-430e-ad12-0c71d815b3d3/0/0 | Bayut | This API helps to query real estate in UAE to create a real estate site/application | 9.8 | properties/detail | Get detail information of a property | 200 | Response | {"id": 2204478, "objectID": 2204478, "ownerID": 960420, "userExternalID": "960420", "sourceID": 1, "state": "inactive", "geography": {"lat": 25.124783, "lng": 55.153324}, "purpose": "for-sale", "price": 530000000, "product": "premium", "productLabel": "default", "rentFrequency": null, "referenceNumber": "1998-Rp-S-0009... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "objectID": {"type": "integer"}, "ownerID": {"type": "integer"}, "userExternalID": {"type": "string"}, "sourceID": {"type": "integer"}, "state": {"type": "string"}, "geography": {"type": "object", "properties": {"l... |
a5dcd03b-92de-475f-a847-6c588c884596/62ccfaa0-1423-44dc-aed0-ee50f22957b4/0/0 | Business Name Generator | Business Name Generator API | 7.9 | Business Name Generator | Business Name Generator | 200 | Response | ["Insight Api", "Arclight Api", "Bot Api", "Rubicon Api", "Cookie Api", "Apido", "Apilaza", "Vision Api", "Flash Api", "Binary Api", "Giga Api", "Titan Api", "Alpha Api", "Apiaro", "Synthetic Api", "Apister", "Force Api", "Apiverse", "Alt Api", "Electric Api", "Automate Api", "Integration Api", "Apiry", "Interactive Ap... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
f15d35dc-88b3-4ef6-99d8-7bda269ab5a7/43852d61-d979-4d4c-8074-04e52d165e6c/0/0 | Zoopla | Real-time data, unofficial API zoopla.co.uk, API to query UK real estate, search for-sale and rental listings. | 6.5 | properties/detail | properties/detail | 200 | New Example | {"data": {"__typename": "ListingData", "adTargeting": {"__typename": "ListingAnalyticsTaxonomy", "acorn": 17, "acornType": 17, "areaName": "London", "bedsMax": 4, "bedsMin": 4, "branchId": 4817, "branchLogoUrl": "https://st.zoocdn.com/zoopla_static_agent_logo_(57066).jpeg", "branchName": "Living Space Estate Agents", "... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"__typename": {"type": "string"}, "adTargeting": {"type": "object", "properties": {"__typename": {"type": "string"}, "acorn": {"type": "integer"}, "acornType": {"type": "integer"}, "areaName": {"type": "string"}, "bedsMax": {"type": "integer"},... |
f15d35dc-88b3-4ef6-99d8-7bda269ab5a7/fddd1998-cd5b-49e9-9b02-1c5b02a165f7/0/0 | Zoopla | Real-time data, unofficial API zoopla.co.uk, API to query UK real estate, search for-sale and rental listings. | 6.5 | auto-complete | auto-complete | 200 | New Example | {"data": [{"__typename": "GeoSuggestion", "geoIdentifier": "london", "geoLabel": "London", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-fields", "geoLabel": "London Fields, London", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-heathrow-airport", "geoLa... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "geoIdentifier": {"type": "string"}, "geoLabel": {"type": "string"}, "geoSubLabel": {"type": "null"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
17e2c021-abae-40c3-853d-73108d802189/3d379fb0-555d-400f-8242-cf82c76838fe/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | updateOutputAccount | update output (HLS,SRT,RTP-FEC,ISSP,ZIXI) account | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": "511d42826ef04b708695872290185bd9"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "string"}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/8c096aba-a5a5-483d-bb90-e3d6ba081ac7/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | addOutputAccount | this api support add (HLS,SRT,RTP-FEC( PROMPEG),ISSP) output account | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": "5bb0575054744f71839bd36003bbfffd"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "string"}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/5a64708d-f8f4-4c5a-9b11-d78e2febb3bd/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | ListAllTypeOutputAccount | query all type output account list | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": {"total": 3, "list": [{"id": "6ad83f504f594b1ca2288b2adb0efdcb", "nickName": "HLS531", "createTime": 1653990294613, "updateTime": 1653990294613, "externalParameters": "{\"duration\":3,\"sliceCount\":10,\"index\":\"q9AO\"}", "bitrate": "8192", "resolution": "1280x72... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "object", "properties": {"total": {"type": "integer"}, "list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nickN... |
17e2c021-abae-40c3-853d-73108d802189/dd94fbe5-7d07-4ee2-9f7d-48882c7557ad/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | addRtmpOutputAccount | add rtmp account api | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": {"mediaId": "431542354fgfdsgfds3454"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "object", "properties": {"mediaId": {"type": "string"}}, "required": ["mediaId"]}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/9ebee406-08fd-4aa3-9ad7-9d2178da4148/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | updateRtmpOutputAccount | update rtmp account api | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "null"}}, "required": ["errorCode", "errorInfo", "result"]} |
7f63e1d7-2c89-45f5-aeda-820f3bea76d2/58f4289a-63fd-4ee9-9786-3481d58af3f4/0/0 | Address and ZIP lookup | Get postal code, location and normalized address details. | 8.5 | Geocoding | Parse, validate, and locate an address or place | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [-73.98205684845331, 40.738660100000004], "type": "Point"}, "type": "Feature", "properties": {"country": "United States of America", "city": "New York", "postcode": "10010", "state": "New York", "datasource": {"sourcename": "openstreetmap", "osm_id": 264760587, "osm_type": "W"... | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties":... |
b75f2bb9-9799-451a-b5cc-44ed25d5d76f/54f180ba-306f-44cf-85a1-be8e113a2a1c/0/0 | Switzerland Company Data | Access to the official Swiss Government Company register via this API. Ideal for KYB purposes | null | SearchByCompanyUID | This API endpoint can be used to look up a swiss company by it's UID | 200 | Example_1 | [{"organisation": {"organisationIdentification": {"uid": {"uidOrganisationIdCategorie": 0, "uidOrganisationId": "103867266"}, "localOrganisationId": null, "OtherOrganisationId": [{"organisationIdCategory": "CH.HR", "organisationId": "CH27030020612"}, {"organisationIdCategory": "CH.EHRAID", "organisationId": "372098"}],... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"organisation": {"type": "object", "properties": {"organisationIdentification": {"type": "object", "properties": {"uid": {"type": "object", "properties": {"uidOrganisationIdCategorie": {"type": "integer"}, "uidOrga... |
489e3c2c-0b93-4688-975d-1eb1803f173a/95a1b19d-99fd-4ced-bcbd-8b096838ca28/0/0 | What3WordsConverter | An API to quickly convert a postcode into a What3Words address. | null | convert-single-postcode | Convert a single postcode. | 200 | Converted Postcode Example | {"convertedPostcode": {"w3waddress": "envy.shirts.limes"}} | {"type": "object", "properties": {"convertedPostcode": {"type": "object", "properties": {"w3waddress": {"type": "string"}}}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 409 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/4/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 200 | null | {"id": "", "data": {}} | {"description": "Object containing unique id of the background task and associated data. This id can be used to query the job status", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "data": {"type": "object"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6b440601-5110-49c2-912e-b48a517f0c63/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors/{anchor} | Gets a specific anchor by ID | 200 | null | {"anchor": "", "blockHash": "", "root": ""} | {"description": "An anchor. Either a batched or single. Data includes anchor, type (single, batch), block hash, block no and accompanying data (root, proofs) if any. The data depends if the anchor was created using API or not.", "type": "object", "properties": {"anchor": {"description": "32 byte hex string. Ignoring hi... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6b440601-5110-49c2-912e-b48a517f0c63/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /anchors/{anchor} | Gets a specific anchor by ID | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2b2e4a12-75cb-4a8c-9c4e-22656a058cd3/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials/{id} | Get credential metadata and contents if persistent | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2b2e4a12-75cb-4a8c-9c4e-22656a058cd3/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials/{id} | Get credential metadata and contents if persistent | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/b521a9d4-a301-4ef8-85f5-b98b8a3a0a4c/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id}/history | 200 | null | [{"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": ""}] | {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "descripti... | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/b521a9d4-a301-4ef8-85f5-b98b8a3a0a4c/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id}/history | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/188a79fd-dfa3-41ef-991b-fe77823bc459/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests/{id}/send-presentation | Sends a presentation to the request | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/188a79fd-dfa3-41ef-991b-fe77823bc459/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests/{id}/send-presentation | Sends a presentation to the request | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "response_url": "", "verified": true, "presentation": {}, "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute ... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/188a79fd-dfa3-41ef-991b-fe77823bc459/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests/{id}/send-presentation | Sends a presentation to the request | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6c55c4e5-5e42-479e-8393-546785486bd0/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id}/request | Creates a proof request from this template | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "response_url": "", "verified": true, "presentation": {}, "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute ... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6c55c4e5-5e42-479e-8393-546785486bd0/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id}/request | Creates a proof request from this template | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6c55c4e5-5e42-479e-8393-546785486bd0/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id}/request | Creates a proof request from this template | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2964e64-e405-47bf-b798-2e43e472dd15/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | Deletes the proof templates and associated data | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2964e64-e405-47bf-b798-2e43e472dd15/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | Deletes the proof templates and associated data | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/4/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 200 | null | {"@context": [], "id": "", "type": [], "credentialSubject": {}, "issuer": "did:dock:xyz", "issuanceDate": "", "expirationDate": "", "credentialStatus": {}, "proof": {"type": "Sr25519Signature2020", "proofPurpose": "assertionMethod", "verificationMethod": "", "created": "", "proofValue": ""}} | {"description": "Verifiable (signed) Credential returned by API. The current set of properties is almost complete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": ... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute ... | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 200 | null | {"@context": [], "id": "", "type": [], "verifiableCredential": {"@context": [], "id": "", "type": [], "credentialSubject": {}, "issuer": "did:dock:xyz", "issuanceDate": "", "expirationDate": "", "credentialStatus": {}, "proof": {"type": "Sr25519Signature2020", "proofPurpose": "assertionMethod", "verificationMethod": ""... | {"description": "Verifiable (signed) Presentation returned by API. The current set of properties is almost complete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type"... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/e87d4cc8-88b4-421d-8f47-15e8b0018afd/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests/{id} | Deletes the proof request and associated data | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/e87d4cc8-88b4-421d-8f47-15e8b0018afd/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests/{id} | Deletes the proof request and associated data | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9e0508a8-fcfa-4331-b258-69c3c137dc87/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | Get the details of an existing proof templates | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute ... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9e0508a8-fcfa-4331-b258-69c3c137dc87/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates/{id} | Get the details of an existing proof templates | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/332d7700-e8f7-41da-ab26-2d50ba4175e5/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas | Creates a JSON schema on the blockchain. More info about Schema Creation | 200 | null | {"id": "", "data": {}} | {"description": "Object containing unique id of the background task and associated data. This id can be used to query the job status", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "data": {"type": "object"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/332d7700-e8f7-41da-ab26-2d50ba4175e5/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas | Creates a JSON schema on the blockchain. More info about Schema Creation | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/332d7700-e8f7-41da-ab26-2d50ba4175e5/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas | Creates a JSON schema on the blockchain. More info about Schema Creation | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4ee29045-6357-4d43-bec2-e4251b177d04/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-templates | 200 | null | [{"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": ""}] | {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "descripti... | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/03b8029a-da3d-4e18-a21d-6ed3939c67fc/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials/{id} | Deletes all credential metadata and contents from the client. More info about Delete Credentials | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/03b8029a-da3d-4e18-a21d-6ed3939c67fc/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /credentials/{id} | Deletes all credential metadata and contents from the client. More info about Delete Credentials | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2ce395e-03e7-4f28-a9d4-9556e9a99677/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates/{id} | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2ce395e-03e7-4f28-a9d4-9556e9a99677/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates/{id} | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/a9c564f7-90cd-4687-97ce-6cdf74c4b221/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests | 200 | null | [{"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": ""}] | {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "descripti... | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas/{schemaId} | Deletes a schema from the database | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas/{schemaId} | Deletes a schema from the database | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas/{schemaId} | Deletes a schema from the database | 200 | null | {"id": "", "data": {}} | {"description": "Object containing unique id of the background task and associated data. This id can be used to query the job status", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "data": {"type": "object"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas/{schemaId} | Deletes a schema from the database | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/4/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /schemas/{schemaId} | Deletes a schema from the database | 500 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/21f73605-3e78-4665-a495-cfef5227e233/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /data/history | Gets the call history for your account | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/00c326a7-069b-4550-9a6b-c4b42f74846d/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /data/transactions | Gets the transactions for your account | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6d6427a3-8552-43a7-b374-96aad714e8d0/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /graphql | GraphQL query endpoint | 200 | null | {"code": 0} | {"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/3331bfdb-e301-498e-831a-10b8c158ece9/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests | Create a proof request | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/3331bfdb-e301-498e-831a-10b8c158ece9/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests | Create a proof request | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "response_url": "", "verified": true, "presentation": {}, "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute ... |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/3331bfdb-e301-498e-831a-10b8c158ece9/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /proof-requests | Create a proof request | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4db915ff-f0e9-43d9-8f6d-a2b27092e1c7/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /data/deletestaging | Deletes all data stored on our servers relating to your user account (credentials, dids, profiles - not authentication/account data). Thus can only be used in staging environments | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4db915ff-f0e9-43d9-8f6d-a2b27092e1c7/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /data/deletestaging | Deletes all data stored on our servers relating to your user account (credentials, dids, profiles - not authentication/account data). Thus can only be used in staging environments | 200 | null | {"code": 0} | {"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates | 200 | null | {"id": "", "html": "", "css": "", "name": "", "metadata": {}} | {"type": "object", "required": ["id", "name"], "properties": {"id": {"type": "string"}, "html": {"type": "string"}, "css": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/554648c5-ff0a-4017-8dab-7e8ad5048e25/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /data/accountdelete | WARNING - Deletes your entire account! this is a two step process that requires getting a token then re-submitting that token as validation | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/554648c5-ff0a-4017-8dab-7e8ad5048e25/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /data/accountdelete | WARNING - Deletes your entire account! this is a two step process that requires getting a token then re-submitting that token as validation | 200 | null | {"code": 0} | {"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2bec820d-fcfd-4acd-8196-3fe72619249a/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates/{id} | 200 | null | {"id": "", "html": "", "css": "", "name": "", "metadata": {}} | {"type": "object", "required": ["id", "name"], "properties": {"id": {"type": "string"}, "html": {"type": "string"}, "css": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2bec820d-fcfd-4acd-8196-3fe72619249a/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with oth... | null | /templates/{id} | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.