{ "uuid": "eae1d905-134e-4f2a-8037-4701d92111b4", "lastMigration": 29, "name": "Authorized Partner API Specification", "endpointPrefix": "public", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "095cedb2-af1f-4fb4-a654-51ada7f8acc0", "documentation": "Push URI to Account", "method": "post", "endpoint": "account/1/pushuri", "responses": [ { "uuid": "18ab8765-5825-41f1-9782-d997e50376cb", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6b0bcb86-bcd7-49c3-98d6-f15d232e2d99", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "866d8559-f10b-4e32-9307-9f0b1021c996", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f945adf6-139d-4571-99f0-33674efd0c11", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "58bf125c-6771-4f28-a781-8e0695186d94", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23071a36-3867-448b-9348-238fd092c96e", "documentation": "Verify Account", "method": "post", "endpoint": "account/2/verify", "responses": [ { "uuid": "b5866e97-642b-4e6d-a812-7c7a5d311ec9", "body": "{\n \"digilockerid\": \"123e4567-e89b-12d3-a456-426655440000\",\n \"registered\": \"true\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b4f740b5-a0f4-41e7-bf70-4e996654f90c", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05626277-694c-49c7-b6bc-cced3db16614", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "54cde60b-3764-4126-b59a-7eb861e71c29", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a477b408-e88b-44cd-9f3f-0487a042b689", "documentation": "Get Authorization Code", "method": "get", "endpoint": "oauth2/1/authorize", "responses": [ { "uuid": "7ca37f2a-a40e-4325-a9fb-5af75ba21161", "body": "{\n \"details\": {\n \"access_token\": \"\",\n \"expires_in\": {{faker 'number.int' max=99999}},\n \"scope\": \"\",\n \"token_type\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf306736-b519-4b72-95aa-fb6b3634efdf", "body": "", "latency": 0, "statusCode": 400, "label": "Invalid status value", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0007b2e4-15f4-4b2f-a625-fd745fd1c503", "documentation": "Get Device Code", "method": "post", "endpoint": "oauth2/1/code", "responses": [ { "uuid": "3d07a7e5-e284-4d9c-b413-f26c5529bace", "body": "{\n \"device_code\": \"74tq5miHKB\",\n \"dl_masked_email\": \"xxxxxx@gmail.com\",\n \"dl_masked_mobile\": \"XXXXXX1234\",\n \"expires_in\": 600\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d0e8bd6f-f9fc-4af5-8bbf-911a45460d03", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b21da66-efed-453f-97c0-db2d7c546e50", "body": "{\n \"error\": \"invalid_client_id\",\n \"error_description\": \"The client_id parameter is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "The client_id parameter is invalid.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "301d6c69-1a48-43d2-aee2-691c32ccae96", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2299cede-6bf7-483b-bdad-7e176326e28d", "documentation": "Upload file to locker", "method": "post", "endpoint": "oauth2/1/file/upload", "responses": [ { "uuid": "358fab17-3599-4ece-9656-743337cea36d", "body": "{\n \"details\": {\n \"Path\": \"\",\n \"size\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9b6e9143-3216-40cf-b40c-2949b303105a", "body": "{\n \"error\": \"{{oneOf (array 'path_missing' 'contenttype_missing' 'hmac_missing' 'filename_missing' 'hmac_mismatch' 'invalid_filename' 'invalid_filesize' 'invalid_filetype' 'invalid_path' 'file_data_missing' 'mimetype_mismatch')}}\",\n \"error_description\": \"{{oneOf (array 'Path parameter is missing' 'Content-Type parameter is missing' 'HMAC parameter is missing' 'Filename is missing in path parameter' 'HMAC does not match' 'Restricted characters are not allowed in file name' 'The file size exceeds maximum allowed file size of 10MB' 'The file type is not allowed' 'The destination folder does not exist' 'Missing file content in the request' 'The mimetype provided in Content-Type parameter does not match with the mimetype of the file')}}\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e0336f2-1fe9-40f1-b55b-52f998725241", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dd2eb8dd-a4c3-4b74-a192-fbe139b37e8e", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02d70ba8-218d-4f12-ab9d-9f1061bfeb3e", "documentation": "Get File from URI", "method": "get", "endpoint": "oauth2/1/file/:uri", "responses": [ { "uuid": "c513584c-197c-44b9-ae25-2f00d1789e8b", "body": "", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/pdf" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a9d6c12-db68-4d8e-94cb-fa39d7593061", "body": "{\n \"error\": \"uri_missing\",\n \"error_description\": \"URI parameter missing\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9896a969-55e5-4509-9880-942dffcedd5d", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fb8af00a-11f7-4bf0-aa99-ade67968d252", "body": "{\n \"error\": \"invalid_uri\",\n \"error_description\": \"No file found for given URI\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec859d14-5e8c-4fae-917d-ca4963a51592", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "df5b3e72-c8b3-4096-a9c1-dd3b69583bd1", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "682aef8f-5704-40da-8f48-866a468d6950", "documentation": "Get List of Self Uploaded Documents", "method": "get", "endpoint": "oauth2/1/files/", "responses": [ { "uuid": "f013ec72-b014-486d-b09f-3823b93101d7", "body": "{\n \"directory\": \"\",\n \"items\": [\n {\n \"date\": \"\",\n \"description\": \"\",\n \"id\": 189079894,\n \"issuer\": \"\",\n \"mime\": \"\",\n \"name\": \"\",\n \"parent\": \"\",\n \"size\": \"\",\n \"type\": \"\",\n \"uri\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b9b2d650-a095-4a21-b7e2-f65d4616a327", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "11ab801c-1a8b-44bb-9878-6228af694169", "body": "{\n \"error\": \"invalid_id\",\n \"error_description\": \"The folder does not exist\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "953bd638-e9b9-4fb9-87a0-3338f13c8905", "body": "{\n \"error\": \"unexpected_error\",\n \"error_description\": \"Internal server error\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a97c72a2-67f6-488d-85fb-5ca45784962d", "documentation": "Issued Documents", "method": "get", "endpoint": "oauth2/1/files/issued", "responses": [ { "uuid": "be8713dd-d738-4662-90c7-8d3369d7b46c", "body": "{\n \"details\": {\n \"date\": \"2015-05-12T15:50:38Z\",\n \"description\": \"Class XII Marksheet\",\n \"doctype\": \"HSCER\",\n \"issuer\": \"CBSE\",\n \"issuerid\": \"in.gov.cbse\",\n \"mime\": \"application/pdf\",\n \"name\": \"Class XII Marksheet\",\n \"parent\": \" \",\n \"size\": \" \",\n \"type\": \"file\",\n \"uri\": \"in.gov.cbse-HSCER-201412345678\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "44e8c364-4e8f-4727-9740-13161d3e7a4d", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32904c28-46c1-4c45-810b-e6aef58ebcb1", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f0dd739-9392-4ae9-a8eb-320ab0159179", "documentation": "Get List of Self Uploaded Documents", "method": "get", "endpoint": "oauth2/1/files/:id", "responses": [ { "uuid": "6af92f62-08da-4992-b812-5f68ec0eab5b", "body": "{\n \"details\": {\n \"date\": \"2015-05-12T15:50:38Z\",\n \"description\": \"\",\n \"id\": \"5678\",\n \"issuer\": \"\",\n \"mime\": \"\",\n \"name\": \"My Documents\",\n \"parent\": \"1234\",\n \"size\": \"366481\",\n \"type\": \"dir\",\n \"uri\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1bad0c25-341f-4283-90df-60450ddf15b4", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae35d294-8feb-4903-a8bf-f60a6e40a2b4", "body": "{\n \"error\": \"invalid_id\",\n \"error_description\": \"The folder does not exist\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4b41026-0c2c-49f8-9a68-6c1ec5023d35", "body": "{\n \"error\": \"unexpected_error\",\n \"error_description\": \"Internal server error\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59d06133-8206-4441-8bf3-40089725f77a", "documentation": "Get List of Documents Provided by an Issuer", "method": "post", "endpoint": "oauth2/1/pull/doctype", "responses": [ { "uuid": "26822536-3145-488d-9cb1-207eaa1b4eda", "body": "{\n \"documents\": [\n {\n \"description\": \"\",\n \"doctype\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6f8d8860-51a9-45d4-b7ea-6ec0f167615e", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e366984-c758-4a32-822a-243c47c20d48", "body": "{\n \"error\": \"invalid_client_id\",\n \"error_description\": \"The client_id parameter is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a405f4e-134b-471d-bed4-f62204179d31", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e43dcbf1-e6ea-4325-9cfe-3dbd4ab41cf4", "documentation": "Get List of Issuers", "method": "post", "endpoint": "oauth2/1/pull/issuers", "responses": [ { "uuid": "8fe146ef-a9f2-4485-9565-6147e092659b", "body": "{\n \"issuers\": [\n {\n \"categories\": \"\",\n \"description\": \"\",\n \"issuerid\": \"\",\n \"name\": \"\",\n \"orgid\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c00d526b-713b-4a07-a695-7cff63d2a464", "body": "{\n \"error\": \"invalid_parameter\",\n \"error_description\": \"One or more of the mandatory parameters is missing or invalid. The error description text will contain one or more of the following error texts:|-  Timestamp parameter is missing or invalid  HMAC parameter is missing or invalid\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "645c8817-6ea5-427d-9983-d39220be3c6b", "body": "{\n \"error\": \"invalid_client_id\",\n \"error_description\": \"The client_id parameter is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "16c0e25c-5605-40a5-9319-eaecd81255d4", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e0140adb-4df2-4d73-a630-c19385944cd3", "documentation": "Get Search Parameters for a Document", "method": "post", "endpoint": "oauth2/1/pull/parameters", "responses": [ { "uuid": "78753d9d-1d10-4fb5-9064-d345e3db5753", "body": "[\n {\n \"example\": \"\",\n \"label\": \"\",\n \"paramname\": \"\",\n \"valuelist\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d3a906b3-b918-4f3d-a212-abd385f436ef", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0dfbf4ce-7b6a-4f72-ba83-ec78e55319eb", "body": "{\n \"error\": \"invalid_client_id\",\n \"error_description\": \"The client_id parameter is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5febfe10-7dea-4167-8975-54c01f311338", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eeb00704-d6cf-4819-8c53-d530255e226e", "documentation": "Pull Document", "method": "post", "endpoint": "oauth2/1/pull/pulldocument", "responses": [ { "uuid": "e5171bf6-f4f4-4a11-8db7-0bd8bf86fa52", "body": "{\n \"details\": {\n \"uri\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f94527b0-b4bf-4aba-a317-447d07c79412", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ccb9400-66ab-4b43-861f-040ef95d7e8a", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "897c1d9e-61e6-480b-8686-6e32349facd9", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "40e38d86-cd7e-44e5-b73d-6199a90b9618", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d07447f8-b840-4a27-bf87-e0d962204663", "documentation": "Revoke Token.", "method": "post", "endpoint": "oauth2/1/revoke", "responses": [ { "uuid": "b01dfd49-d27c-427d-9185-73e51e6c3b40", "body": "", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8a84d10d-f186-4df1-8498-d59d70765a01", "body": "", "latency": 0, "statusCode": 400, "label": "The token is invalid", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe00bad5-9139-442f-8e88-40ba3621de72", "documentation": "Get Access Token", "method": "post", "endpoint": "oauth2/1/token", "responses": [ { "uuid": "487f8b83-ed22-4020-a4bb-b25719cc6dc1", "body": "{\n \"access_token\": \"bc125c212a4b03a9a188a858be5a163f379e878a\",\n \"digilocker_id\": \"123e4567-e89b-12d3-a456-426655440000\",\n \"dob\": \"31121970\",\n \"eaadhar\": \"{{oneOf (array 'Y' 'N')}}\",\n \"expires_in\": 3600,\n \"gender\": \"{{oneOf (array 'M' 'F' 'T')}}\",\n \"name\": \"Sunil Kumar\",\n \"reference_key\": \"1c66bec26364cd6fefaabc6cae91840a\",\n \"refresh_token\": \"a47ab18c593703e4f83a274694db7422a8cfcb8f\",\n \"scope\": \"\",\n \"token_type\": \"Bearer\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c5d060b9-8751-4ee1-a1c0-eb7c9cf738ff", "body": "", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "845acf38-3cb9-4d91-9fec-158734226463", "body": "", "latency": 0, "statusCode": 401, "label": "If the access token is expired or has been revoked by DigiLocker user.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61706cb0-8a29-4a59-94ae-be0b6d5a2100", "documentation": "Get User Details", "method": "get", "endpoint": "oauth2/1/user", "responses": [ { "uuid": "8f9e0b14-f0d6-4e7e-8c8d-d493aa60532e", "body": "{\n \"details\": {\n \"digilockerid\": \"123e4567-e89b-12d3-a456-426655440000\",\n \"dob\": \"31121970\",\n \"eaadhar\": \"{{oneOf (array 'Y' 'N')}}\",\n \"gender\": \"{{oneOf (array 'M' 'F' 'T')}}\",\n \"name\": \"Sunil Kumar\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "07bd1a5c-3fd5-42ec-8f74-0b18c10629bf", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8b3a685-a813-4cf0-ac4c-cd4011c6c6df", "body": "{\n \"error\": \"unexpected_error\",\n \"error_description\": \"Internal server error\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "383dda46-8371-451b-8296-4a89eca52baa", "documentation": "Get Certificate Data in XML Format from URI", "method": "get", "endpoint": "oauth2/1/xml/:uri", "responses": [ { "uuid": "63258e90-5f9d-48dc-9c6d-2750d74861c0", "body": "", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/xml" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "beaee2b1-5dd2-41a1-917f-88dc853d78b4", "body": "{\n \"error\": \"uri_missing\",\n \"error_description\": \"URI parameter missing\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b16efd40-f159-42be-81d8-0261ed5246ce", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a1c56931-012a-4063-a833-98a324d0b664", "body": "{\n \"error\": \"invalid_uri\",\n \"error_description\": \"No file found for given URI\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "62451c2c-a182-4469-a532-4101992e8a22", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "687ee5bf-050a-42e0-8c88-ca1aae0e8045", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3287f80d-2f01-4f5d-894c-cc3a5aa32981", "documentation": "Issued Documents", "method": "get", "endpoint": "oauth2/2/files/issued", "responses": [ { "uuid": "9cd48898-a5bc-463c-a242-ce303bf0a26e", "body": "{\n \"items\": [\n {\n \"date\": \"\",\n \"description\": \"\",\n \"doctype\": \"\",\n \"issuer\": \"\",\n \"issuerid\": \"\",\n \"mime\": [\n {}\n ],\n \"name\": \"\",\n \"parent\": \"\",\n \"size\": \"\",\n \"type\": \"\",\n \"uri\": \"\"\n }\n ],\n \"resource\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b7c2debd-ca9a-4c18-bb0d-7309a2354ef7", "body": "{\n \"error\": \"invalid_token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5fad8cab-f51e-4133-a0ed-ed61f7048088", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57e9d8bd-d4cc-4692-aca1-67462bfc3d72", "documentation": "Get e-Aadhaar Data in XML Format", "method": "get", "endpoint": "oauth2/2/xml/eaadhaar", "responses": [ { "uuid": "61480926-784a-4ae5-97f3-44ebc7b7b884", "body": "", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/xml" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eb889c46-5f09-419a-81d1-1429b9217068", "body": "{\n \"error\": \"invalid token\",\n \"error_description\": \"The access token is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f31a1922-b7f7-4139-a02f-5a0a27dab07f", "body": "{\n \"error\": \"{{oneOf (array 'aadhaar_not_linked' 'aadhaar_not_available')}}\",\n \"error_description\": \"{{oneOf (array 'Aadhaar is not linked to the account' 'Aadhaar data is not available for this user. Please perform Aadhaar eKYC again.')}}\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "718fd428-a2da-44d5-9533-96e19ae55933", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "61b7ad10-19de-475c-8851-7a38bc8a895c", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61c2b054-ffd8-4aea-a871-40ab7fddde39", "documentation": "Verify OTP", "method": "post", "endpoint": "signup/1/demoauthverify", "responses": [ { "uuid": "cca9e605-db01-4560-bbc2-960cc44d349d", "body": "{\n \"details\": {\n \"access_token\": \"bc125c212a4b03a9a188a858be5a163f379e878a\",\n \"expires_in\": 3600,\n \"refresh_token\": \"a47ab18c593703e4f83a274694db7422a8cfcb8f\",\n \"scope\": \"\",\n \"token_type\": \"Bearer\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c20f8fa2-ca2e-4e22-a6d0-3525e46529df", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ccbc377-e299-4e4e-ba0d-b57dd380ef25", "body": "{\n \"error\": \"invalid_client_id\",\n \"error_description\": \"The client_id parameter is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52686404-76d1-43b3-b151-3108e6d98061", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2f15933-1cc3-4bf2-9fb2-b01ff7c0bee7", "documentation": "SIGN UP", "method": "post", "endpoint": "signup/2/demoauth", "responses": [ { "uuid": "ff579cde-5230-4a90-a3c4-95562c55a575", "body": "{\n \"details\": {\n \"access_token\": \"bc125c212a4b03a9a188a858be5a163f379e878a\",\n \"expires_in\": 3600,\n \"mobile\": \"******3712\",\n \"refresh_token\": \"a47ab18c593703e4f83a274694db7422a8cfcb8f\",\n \"scope\": \"\",\n \"token_type\": \"Bearer\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fbbb08e8-bc1c-4b08-8a53-7bbcd587733f", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c31f2605-7c32-441e-ab73-69ed98738450", "body": "{\n \"error\": \"invalid_client_id\",\n \"error_description\": \"The client_id parameter is invalid\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4750fb81-d36a-4928-8762-910c40ec439b", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10c15aea-9fdd-46a4-837d-5f044ef0911e", "documentation": "Get Statistics", "method": "post", "endpoint": "statistics/1/counts", "responses": [ { "uuid": "1c7a2e38-5e22-47cc-bdf6-a64db5748cca", "body": "{\n \"authentic_documents\": \"3520475277\",\n \"count_as_on\": \"31072019\",\n \"issuers\": \"134\",\n \"monthwise_registations\": {\n \"count\": \"124794\",\n \"details2\": {\n \"count\": \"124794\",\n \"id\": \"18496\",\n \"month\": \"5\",\n \"year\": \"2018\"\n },\n \"id\": \"18496\",\n \"month\": \"5\",\n \"year\": \"2018\"\n },\n \"requestors\": \"45\",\n \"users\": \"25873490\",\n \"yearwise_authentic_documents\": {\n \"count\": \"10134567\",\n \"details\": {\n \"count\": \"1000548093\",\n \"id\": \"18350\",\n \"year\": \"2017\"\n },\n \"details1\": {\n \"count\": \"2410543684\",\n \"id\": \"18354\",\n \"year\": \"2018\"\n },\n \"details2\": {\n \"count\": \"3520475277\",\n \"id\": \"18567\",\n \"year\": \"2019\"\n },\n \"id\": \"18347\",\n \"year\": \"2016\"\n }\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7639fb24-7a66-4943-96f6-affcec6b54f3", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8eb98ee-edb7-448f-aa74-19eb2ada2011", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c30ff5ee-d82a-4fbb-8e98-13b3da51b0a0", "body": "{\n \"error\": \"\",\n \"error_description\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "095cedb2-af1f-4fb4-a654-51ada7f8acc0" }, { "type": "route", "uuid": "23071a36-3867-448b-9348-238fd092c96e" }, { "type": "route", "uuid": "a477b408-e88b-44cd-9f3f-0487a042b689" }, { "type": "route", "uuid": "0007b2e4-15f4-4b2f-a625-fd745fd1c503" }, { "type": "route", "uuid": "2299cede-6bf7-483b-bdad-7e176326e28d" }, { "type": "route", "uuid": "02d70ba8-218d-4f12-ab9d-9f1061bfeb3e" }, { "type": "route", "uuid": "682aef8f-5704-40da-8f48-866a468d6950" }, { "type": "route", "uuid": "a97c72a2-67f6-488d-85fb-5ca45784962d" }, { "type": "route", "uuid": "7f0dd739-9392-4ae9-a8eb-320ab0159179" }, { "type": "route", "uuid": "59d06133-8206-4441-8bf3-40089725f77a" }, { "type": "route", "uuid": "e43dcbf1-e6ea-4325-9cfe-3dbd4ab41cf4" }, { "type": "route", "uuid": "e0140adb-4df2-4d73-a630-c19385944cd3" }, { "type": "route", "uuid": "eeb00704-d6cf-4819-8c53-d530255e226e" }, { "type": "route", "uuid": "d07447f8-b840-4a27-bf87-e0d962204663" }, { "type": "route", "uuid": "fe00bad5-9139-442f-8e88-40ba3621de72" }, { "type": "route", "uuid": "61706cb0-8a29-4a59-94ae-be0b6d5a2100" }, { "type": "route", "uuid": "383dda46-8371-451b-8296-4a89eca52baa" }, { "type": "route", "uuid": "3287f80d-2f01-4f5d-894c-cc3a5aa32981" }, { "type": "route", "uuid": "57e9d8bd-d4cc-4692-aca1-67462bfc3d72" }, { "type": "route", "uuid": "61c2b054-ffd8-4aea-a871-40ab7fddde39" }, { "type": "route", "uuid": "d2f15933-1cc3-4bf2-9fb2-b01ff7c0bee7" }, { "type": "route", "uuid": "10c15aea-9fdd-46a4-837d-5f044ef0911e" } ] }