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
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2bec820d-fcfd-4acd-8196-3fe72619249a/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 other wallets and verification services using the same W3C open standards.
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/e448e756-a4a0-4539-ab45-4487b16bbb04/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 other wallets and verification services using the same W3C open standards.
null
/proof-requests/{id}
Get the details of an existing proof 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/e448e756-a4a0-4539-ab45-4487b16bbb04/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 other wallets and verification services using the same W3C open standards.
null
/proof-requests/{id}
Get the details of an existing 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 name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "verified", "created", "updated", "response_url"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "response_url": {"type": "string"}, "verified": {"type": "boolean"}, "presentation": {"type": "object"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/7109b28a-c57f-45c9-bcbf-448e6b78d882/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 other wallets and verification services using the same W3C open standards.
null
/registries
Get all registries created by user. More info about List Registries
200
null
[{"id": "", "registry": {"addOnly": true, "policy": ["did:dock:xyz"]}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"description": "32 byte hex string. Ignoring higher base (base64) for similicity.", "type": "string", "minimum": 64, "maximum": 64}, "registry": {"description": "Revocation registry", "type": "object", "properties": {"addOnly": {"type": "boolean"}, "policy": {"description": "Only one policy supported as of now called `OneOf`", "type": "array", "minItems": 1, "uniqueItems": true, "items": {"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}}}}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/df55db6f-65eb-4665-b6ac-0c8057bdf8f5/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys/{keyId}
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/df55db6f-65eb-4665-b6ac-0c8057bdf8f5/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys/{keyId}
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/df55db6f-65eb-4665-b6ac-0c8057bdf8f5/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys/{keyId}
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/31281a3b-f835-428f-b7b2-e8d50d8c6f0a/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 other wallets and verification services using the same W3C open standards.
null
/dids
Return a list of all DIDs that your user account controls as fully resolved DID documents. More info about Get DID
200
null
[{"@context": [], "id": "did:dock:xyz", "authentication": []}]
{"type": "array", "items": {"description": "DID document. The current set of properties is incomplete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": "string"}]}, "id": {"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}, "authentication": {"type": "array", "items": {"oneOf": [{"type": "object"}, {"type": "string"}]}}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/ccf541bb-748b-4850-b2ff-bf1daae2687a/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Get the details of an existing registry, such as policy, add-only status, when it was last updated, and controller(s). More info about Get Registry
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/ccf541bb-748b-4850-b2ff-bf1daae2687a/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Get the details of an existing registry, such as policy, add-only status, when it was last updated, and controller(s). More info about Get Registry
200
null
{"addOnly": true, "policy": ["did:dock:xyz"]}
{"description": "Revocation registry", "type": "object", "properties": {"addOnly": {"type": "boolean"}, "policy": {"description": "Only one policy supported as of now called `OneOf`", "type": "array", "minItems": 1, "uniqueItems": true, "items": {"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4cd65127-d952-4f69-9e9e-b3b475f7943e/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 other wallets and verification services using the same W3C open standards.
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/4cd65127-d952-4f69-9e9e-b3b475f7943e/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 other wallets and verification services using the same W3C open standards.
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/4cd65127-d952-4f69-9e9e-b3b475f7943e/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 other wallets and verification services using the same W3C open standards.
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/2cc71849-cf2b-4923-bd20-db94776cfb98/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 other wallets and verification services using the same W3C open standards.
null
/profiles
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/2cc71849-cf2b-4923-bd20-db94776cfb98/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 other wallets and verification services using the same W3C open standards.
null
/profiles
200
null
{"did": "", "name": "", "logo": ""}
{"type": "object", "required": ["did", "name"], "properties": {"did": {"type": "string"}, "name": {"type": "string"}, "logo": {"type": "string"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2cc71849-cf2b-4923-bd20-db94776cfb98/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 other wallets and verification services using the same W3C open standards.
null
/profiles
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/2cc71849-cf2b-4923-bd20-db94776cfb98/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 other wallets and verification services using the same W3C open standards.
null
/profiles
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/b861f0a6-ffaa-4aec-a8ca-a3d0caa0fcde/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 other wallets and verification services using the same W3C open standards.
null
/registries
Create a Revocation registry on the blockchain. More info about Registry 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/b861f0a6-ffaa-4aec-a8ca-a3d0caa0fcde/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 other wallets and verification services using the same W3C open standards.
null
/registries
Create a Revocation registry on the blockchain. More info about Registry 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/b861f0a6-ffaa-4aec-a8ca-a3d0caa0fcde/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 other wallets and verification services using the same W3C open standards.
null
/registries
Create a Revocation registry on the blockchain. More info about Registry 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/8c4eaa06-285d-450b-ac21-8c29c9fced4f/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Deletes a provided DID from the blockchain, further attempts to resolve this DID will fail. More info about Delete DID
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/8c4eaa06-285d-450b-ac21-8c29c9fced4f/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Deletes a provided DID from the blockchain, further attempts to resolve this DID will fail. More info about Delete DID
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/8c4eaa06-285d-450b-ac21-8c29c9fced4f/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Deletes a provided DID from the blockchain, further attempts to resolve this DID will fail. More info about Delete DID
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/8c4eaa06-285d-450b-ac21-8c29c9fced4f/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Deletes a provided DID from the blockchain, further attempts to resolve this DID will fail. More info about Delete DID
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/8c4eaa06-285d-450b-ac21-8c29c9fced4f/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Deletes a provided DID from the blockchain, further attempts to resolve this DID will fail. More info about Delete DID
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/6cce4be0-a721-43d1-9951-a210646a672c/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Credential revocation is managed with on-chain revocation registries. To revoke a credential, its id (or hash of its id) must be added to the credential. More info about Revoke/Unrevoke 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/6cce4be0-a721-43d1-9951-a210646a672c/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Credential revocation is managed with on-chain revocation registries. To revoke a credential, its id (or hash of its id) must be added to the credential. More info about Revoke/Unrevoke Credentials
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/6cce4be0-a721-43d1-9951-a210646a672c/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Credential revocation is managed with on-chain revocation registries. To revoke a credential, its id (or hash of its id) must be added to the credential. More info about Revoke/Unrevoke Credentials
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/6cce4be0-a721-43d1-9951-a210646a672c/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Credential revocation is managed with on-chain revocation registries. To revoke a credential, its id (or hash of its id) must be added to the credential. More info about Revoke/Unrevoke Credentials
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/6cce4be0-a721-43d1-9951-a210646a672c/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
Credential revocation is managed with on-chain revocation registries. To revoke a credential, its id (or hash of its id) must be added to the credential. More info about Revoke/Unrevoke 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/6d69f562-90df-4bde-a7ab-4005397bf8c8/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 other wallets and verification services using the same W3C open standards.
null
/profiles/{did}
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/6d69f562-90df-4bde-a7ab-4005397bf8c8/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 other wallets and verification services using the same W3C open standards.
null
/profiles/{did}
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/270f5191-55c9-4f00-849a-c5b8ce7d1f84/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys
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/1be021c0-c49b-4278-9bb8-d33812936980/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}/export
Exports the DID document and keys as an encrypted Universal Wallet JSON-LD document
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/1be021c0-c49b-4278-9bb8-d33812936980/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}/export
Exports the DID document and keys as an encrypted Universal Wallet JSON-LD document
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/1be021c0-c49b-4278-9bb8-d33812936980/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}/export
Exports the DID document and keys as an encrypted Universal Wallet JSON-LD document
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/2f4a793a-9619-41db-bbca-04603c6a9518/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 other wallets and verification services using the same W3C open standards.
null
/data/limits
Gets the plan limits for your account
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2f4a793a-9619-41db-bbca-04603c6a9518/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 other wallets and verification services using the same W3C open standards.
null
/data/limits
Gets the plan limits 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/39f5690a-6590-4321-b90d-ed955604692a/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
A registry can be deleted, leading to all the corresponding revocation ids being deleted as well. More info about Registry Deletion
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/39f5690a-6590-4321-b90d-ed955604692a/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
A registry can be deleted, leading to all the corresponding revocation ids being deleted as well. More info about Registry Deletion
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/39f5690a-6590-4321-b90d-ed955604692a/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 other wallets and verification services using the same W3C open standards.
null
/registries/{id}
A registry can be deleted, leading to all the corresponding revocation ids being deleted as well. More info about Registry Deletion
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/8814fee0-f25f-4d42-b3f1-15abd7ac977b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/verify
Verifies a JWS in its compacted form
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/8814fee0-f25f-4d42-b3f1-15abd7ac977b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/verify
Verifies a JWS in its compacted form
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/8814fee0-f25f-4d42-b3f1-15abd7ac977b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/verify
Verifies a JWS in its compacted form
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/8814fee0-f25f-4d42-b3f1-15abd7ac977b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/verify
Verifies a JWS in its compacted form
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/901b9d5b-2509-4275-a97e-d7417c9f0185/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts
200
null
[{"id": 0, "name": "", "email": "", "image": ""}]
{"type": "array", "items": {"type": "object", "required": ["id", "name"], "properties": {"id": {"description": "The sub account ID", "type": "integer"}, "name": {"description": "The sub account name", "type": "string"}, "email": {"description": "The sub account email", "type": "string"}, "image": {"description": "The sub account image", "type": "string"}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/065cce13-23bf-4590-bd19-58fe80c6895d/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 other wallets and verification services using the same W3C open standards.
null
/verify
Verifies a VCDM credential or presentation JSON-LD object. More info about Verify Credentials/Presentations
200
null
{"verified": true, "results": []}
{"description": "Whether a credential/presentation/anchor is verified or not", "type": "object", "properties": {"verified": {"type": "boolean"}, "results": {"type": "array", "items": {"type": "object"}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/065cce13-23bf-4590-bd19-58fe80c6895d/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 other wallets and verification services using the same W3C open standards.
null
/verify
Verifies a VCDM credential or presentation JSON-LD object. More info about Verify Credentials/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/065cce13-23bf-4590-bd19-58fe80c6895d/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 other wallets and verification services using the same W3C open standards.
null
/verify
Verifies a VCDM credential or presentation JSON-LD object. More info about Verify Credentials/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/5af4ecb5-6b31-42f3-99db-f468bc0ed6f0/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts
200
null
{"id": 0, "name": "", "email": "", "image": ""}
{"type": "object", "required": ["id", "name"], "properties": {"id": {"description": "The sub account ID", "type": "integer"}, "name": {"description": "The sub account name", "type": "string"}, "email": {"description": "The sub account email", "type": "string"}, "image": {"description": "The sub account image", "type": "string"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/5af4ecb5-6b31-42f3-99db-f468bc0ed6f0/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts
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/5af4ecb5-6b31-42f3-99db-f468bc0ed6f0/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts
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/ec6bd363-1ece-41ad-a2e8-d986d776209d/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 other wallets and verification services using the same W3C open standards.
null
/anchors/verify
Verify inclusion proof of documents in a merkle tree with given root. The documents are hashed to form leafs.
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/ec6bd363-1ece-41ad-a2e8-d986d776209d/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 other wallets and verification services using the same W3C open standards.
null
/anchors/verify
Verify inclusion proof of documents in a merkle tree with given root. The documents are hashed to form leafs.
200
null
{"verified": true, "results": []}
{"description": "Whether a credential/presentation/anchor is verified or not", "type": "object", "properties": {"verified": {"type": "boolean"}, "results": {"type": "array", "items": {"type": "object"}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/a1635121-76d1-47f9-9135-9a1e018d2f1e/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 other wallets and verification services using the same W3C open standards.
null
/messaging/sign
Signs a DIDComm message as a base64 encoded JWT
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/a1635121-76d1-47f9-9135-9a1e018d2f1e/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 other wallets and verification services using the same W3C open standards.
null
/messaging/sign
Signs a DIDComm message as a base64 encoded JWT
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/a1635121-76d1-47f9-9135-9a1e018d2f1e/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 other wallets and verification services using the same W3C open standards.
null
/messaging/sign
Signs a DIDComm message as a base64 encoded JWT
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/a1635121-76d1-47f9-9135-9a1e018d2f1e/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 other wallets and verification services using the same W3C open standards.
null
/messaging/sign
Signs a DIDComm message as a base64 encoded JWT
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/698eebb8-9e79-4b31-adc5-82b3fe24a2a4/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 other wallets and verification services using the same W3C open standards.
null
/revocationStatus/{regId}/{revId}
Get the revocation status of a credential. More info about Revocation Status
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/698eebb8-9e79-4b31-adc5-82b3fe24a2a4/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 other wallets and verification services using the same W3C open standards.
null
/revocationStatus/{regId}/{revId}
Get the revocation status of a credential. More info about Revocation Status
200
null
{"type": true}
{"type": "object", "properties": {"type": {"type": "boolean"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/77cc1463-d955-4548-a2bd-aae9d40e0c79/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 other wallets and verification services using the same W3C open standards.
null
/data/stats
Gets some statistics 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/77cc1463-d955-4548-a2bd-aae9d40e0c79/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 other wallets and verification services using the same W3C open standards.
null
/data/stats
Gets some statistics for your account
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/0ffda7a0-e299-4538-be0a-5d65a97b6418/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 other wallets and verification services using the same W3C open standards.
null
/profiles
200
null
[{"did": "", "name": "", "logo": ""}]
{"type": "array", "items": {"type": "object", "required": ["did", "name"], "properties": {"did": {"type": "string"}, "name": {"type": "string"}, "logo": {"type": "string"}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/0e51336a-07e7-4896-802a-e847fb34d988/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 other wallets and verification services using the same W3C open standards.
null
/proof-templates
Create a proof 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/0e51336a-07e7-4896-802a-e847fb34d988/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 other wallets and verification services using the same W3C open standards.
null
/proof-templates
Create a proof template
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 name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "created", "updated"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/0e51336a-07e7-4896-802a-e847fb34d988/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 other wallets and verification services using the same W3C open standards.
null
/proof-templates
Create a proof template
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/df6c938a-5e7a-4a45-b80c-0e8f30513da9/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 other wallets and verification services using the same W3C open standards.
null
/jobs/{id}
Returns information related to the job being processed and its associated blockchain transaction. On completion or failure, the job data will be updated with a response from the blockchain. More info about Job Status
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/df6c938a-5e7a-4a45-b80c-0e8f30513da9/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 other wallets and verification services using the same W3C open standards.
null
/jobs/{id}
Returns information related to the job being processed and its associated blockchain transaction. On completion or failure, the job data will be updated with a response from the blockchain. More info about Job Status
200
null
{"id": "", "status": "todo", "result": {}}
{"description": "Description of the job including result if available", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "status": {"description": "Status of the job.", "type": "string", "enum": ["todo", "finalized", "in_progress", "error"]}, "result": {"type": "object"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/00d5c573-d56f-4448-a7fe-1389708c070b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/encrypt
Messaging encrypt
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/00d5c573-d56f-4448-a7fe-1389708c070b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/encrypt
Messaging encrypt
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/00d5c573-d56f-4448-a7fe-1389708c070b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/encrypt
Messaging encrypt
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/00d5c573-d56f-4448-a7fe-1389708c070b/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 other wallets and verification services using the same W3C open standards.
null
/messaging/encrypt
Messaging encrypt
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/232a21c7-a94d-4982-a5c2-45f35359b0f6/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 other wallets and verification services using the same W3C open standards.
null
/keys
200
null
[{"ips": [], "key": "", "created": "", "expires": ""}]
{"type": "array", "items": {"type": "object", "required": ["key", "created", "expires"], "properties": {"ips": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}, "created": {"type": "string"}, "expires": {"type": "string"}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/8e7bdf4f-6115-4354-b76b-1704a05455ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/send
Sends a DIDComm message using our relay service and DID service endpoints, it also returns a URL for QR code scanning. Supports encrypted, plaintext and signed DIDComm messages. You can generate an encrypted DIDComm message by calling the /messaging/encrypt route
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/8e7bdf4f-6115-4354-b76b-1704a05455ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/send
Sends a DIDComm message using our relay service and DID service endpoints, it also returns a URL for QR code scanning. Supports encrypted, plaintext and signed DIDComm messages. You can generate an encrypted DIDComm message by calling the /messaging/encrypt route
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/8e7bdf4f-6115-4354-b76b-1704a05455ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/send
Sends a DIDComm message using our relay service and DID service endpoints, it also returns a URL for QR code scanning. Supports encrypted, plaintext and signed DIDComm messages. You can generate an encrypted DIDComm message by calling the /messaging/encrypt route
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/8e7bdf4f-6115-4354-b76b-1704a05455ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/send
Sends a DIDComm message using our relay service and DID service endpoints, it also returns a URL for QR code scanning. Supports encrypted, plaintext and signed DIDComm messages. You can generate an encrypted DIDComm message by calling the /messaging/encrypt route
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/2e6e2ad5-31e6-4799-a58a-fed840b1c61b/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 other wallets and verification services using the same W3C open standards.
null
/schemas/{schemaId}
Returns the JSON schema for a specific ID. More info about Get Schema 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/2e6e2ad5-31e6-4799-a58a-fed840b1c61b/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 other wallets and verification services using the same W3C open standards.
null
/schemas/{schemaId}
Returns the JSON schema for a specific ID. More info about Get Schema By ID
200
null
{"id": "", "schema": {}}
{"type": "object", "properties": {"id": {"description": "32 byte hex string. Ignoring higher base (base64) for similicity.", "type": "string", "minimum": 64, "maximum": 64}, "schema": {"type": "object"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/ad4e34a0-bd5d-4a88-9d3f-bac80172e236/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Returns the complete information about the provided "did" which is provided via parameters text box. More info about Get DID
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/ad4e34a0-bd5d-4a88-9d3f-bac80172e236/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 other wallets and verification services using the same W3C open standards.
null
/dids/{did}
Returns the complete information about the provided "did" which is provided via parameters text box. More info about Get DID
200
null
{"@context": [], "id": "did:dock:xyz", "authentication": []}
{"description": "DID document. The current set of properties is incomplete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": "string"}]}, "id": {"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}, "authentication": {"type": "array", "items": {"oneOf": [{"type": "object"}, {"type": "string"}]}}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/42136f5d-c3ef-4892-8866-9be166e62740/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 other wallets and verification services using the same W3C open standards.
null
/dids
Creates a new DID on chain with an auto generated keypair, the controller will be the same as the DID unless otherwise specified. More info about Create DID
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/42136f5d-c3ef-4892-8866-9be166e62740/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 other wallets and verification services using the same W3C open standards.
null
/dids
Creates a new DID on chain with an auto generated keypair, the controller will be the same as the DID unless otherwise specified. More info about Create DID
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/42136f5d-c3ef-4892-8866-9be166e62740/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 other wallets and verification services using the same W3C open standards.
null
/dids
Creates a new DID on chain with an auto generated keypair, the controller will be the same as the DID unless otherwise specified. More info about Create DID
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/42136f5d-c3ef-4892-8866-9be166e62740/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 other wallets and verification services using the same W3C open standards.
null
/dids
Creates a new DID on chain with an auto generated keypair, the controller will be the same as the DID unless otherwise specified. More info about Create DID
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/a6802bde-d8e3-4324-ab95-14b7998ea4ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/decrypt
Decrypts a JSON Web Message
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/a6802bde-d8e3-4324-ab95-14b7998ea4ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/decrypt
Decrypts a JSON Web Message
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/a6802bde-d8e3-4324-ab95-14b7998ea4ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/decrypt
Decrypts a JSON Web Message
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/a6802bde-d8e3-4324-ab95-14b7998ea4ed/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 other wallets and verification services using the same W3C open standards.
null
/messaging/decrypt
Decrypts a JSON Web Message
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/c2a65de9-3ede-4310-a403-f422fbac11a6/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 other wallets and verification services using the same W3C open standards.
null
/templates
200
null
[{"id": "", "html": "", "css": "", "name": "", "metadata": {}}]
{"type": "array", "items": {"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/97fddbf9-9c7d-4930-a274-ddb34bd7b3bc/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}
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/97fddbf9-9c7d-4930-a274-ddb34bd7b3bc/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{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/97fddbf9-9c7d-4930-a274-ddb34bd7b3bc/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{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/2b06f061-8de2-45b4-a824-ca7731ded7e8/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 other wallets and verification services using the same W3C open standards.
null
/graphql
GraphQL query endpoint
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/2b06f061-8de2-45b4-a824-ca7731ded7e8/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 other wallets and verification services using the same W3C open standards.
null
/graphql
GraphQL query endpoint
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/dcac8bf7-ae5c-4dbc-8452-5be5818ef078/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys
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/dcac8bf7-ae5c-4dbc-8452-5be5818ef078/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys
200
null
{"code": 0}
{"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}}
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/dcac8bf7-ae5c-4dbc-8452-5be5818ef078/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys
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/dcac8bf7-ae5c-4dbc-8452-5be5818ef078/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}/keys
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/9d7b44df-cedb-4dd0-995d-d69ffaf925aa/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 other wallets and verification services using the same W3C open standards.
null
/subaccounts/{id}
402
null
{"status": 0, "type": "", "message": ""}
{"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}}