Contract360 Workflow
Helper APIs

Generate Contract Query API

10min
introduction welcome to the generate contract query api! it's your go to tool for quickly searching through databases using unique reference ids generated by the generate contract api we're all about making it easy to find contract related info by using a special uuid code (uniquereferenceid) given by clients for each request it has to be 36 characters long key features quick searches find what you need fast by searching with uniquereferenceid for relevant data easy integration connect smoothly with your current systems using uniquereferenceid for consistent identification in all transactions flexible scalability handle all sorts of contract tasks, from individual searches to big data jobs, and grow with your needs secure access keep your data safe with strong security measures, ensuring only authorized users can get sensitive info use the generate contract query api to simplify contract management, boost efficiency, and confidently make decisions across finance, legal, and business management areas authentication api authentication is a crucial security process that ensures authorized access to an application programming interface (api) it involves validating the identity of users or systems seeking to interact with the api please use the access token shared with you by your assigned signzy's csm please set the value of the key authorization in the headers to the access token , while making an api call in this way, signzy's system will be able to authenticate you and you will be able to make a successful api call api details the details of the api can be found here sample curl pre production curl location 'https //api preproduction signzy app/api/v3/contract/generatequery' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data '{ "x uniquereferenceid" "" }' production curl location 'https //api signzy app/api/v3/contract/generatequery' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data '{ "x uniquereferenceid" "" }' input parameters key description type mandatory/optional x uniquereferenceid unique reference id of the generate contract api 36 characters long, uuid number which has to be unique for example, 82541a35 d494 4fbb 97f3 e2323208986e string mandatory sample response 200 { "status" "success", "statusdesp" "url generated successfully", "url" "", "x uniquereferenceid" "" } output parameters key description type status status of the operation string statusdesp description of the status string url generated url it can be in url or base64 formats depending on the input that was provided in the api call string x uniquereferenceid unique reference id of the generate contract api 36 characters long, uuid number which has to be unique for example, 82541a35 d494 4fbb 97f3 e2323208986e string sample errors 400 { "name" "error", "message" "x uniquereferenceid length must be 12 32 characters long", "reason" "validation error", "type" "bad request", "statuscode" 400 } 400 { "name" "error", "message" "x uniquereferenceid is not allowed to be empty", "reason" "validation error", "type" "bad request", "statuscode" 400 } 401 { "message" "invalid authentication credentials" } 404 { "name" "error", "message" "x uniquereferenceid not found", "reason" "not found", "type" "not found", "statuscode" 404 } 500 { "error" { "name" "error", "message" "internal server error", "reason" "internal server error", "type" "internal server error", "statuscode" 500 } } error parameters parameter type description name string in case of errors, it will have the value "error" it represents an error message string message for the error reason string reasons for the error type string type of error statuscode string status code of the error error codes error code error message explanation 400 bad request input parameter has a missing required parameter or invalid inputs 401 authorization failed authorization token is invalid 404 not found contract id eneterd is not found in the database 500 internal server error internal error at signzy, please reach out to help\@signzy com