Skip to content

SignBox API (1.0.0)

For testing purposes, Uanataca provides integrators of a pre-configured test-mode SignBox Optimizer accessible at the following URL: https://optimizer-developers.uanataca.com

For more information about the sandbox environment click here. UANATACA SIGNBOX API Sandbox

Download OpenAPI description
Languages
Servers

https://docs.namirial.app/signbox/

Operations
Operations
Operations
Operations

Request

Get job status

Path
jobidstring(Jobid)required
curl -i -X GET \
  'https://docs.namirial.app/signbox/api/v1/job/{jobid}'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
{ "status": "completed" }

Request

Get job result

Path
jobidstring(Jobid)required
curl -i -X GET \
  'https://docs.namirial.app/signbox/api/v1/result/{jobid}'

Responses

Successful Response

Body
string(binary)

Signed file

Response
No response example
Operations