Contract360 Workflow
Helper APIs
Generate Contract Query API
10 min
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 true false 186false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type sample response 200 { "status" "success", "statusdesp" "url generated successfully", "url" "", "x uniquereferenceid" "" } output parameters true false 119false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type 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 true falsefalse unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type error codes true falsefalse unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type