Endpoints to manage the service settings
Oneshot API (1.0.0)
One-Shot API for single-use certificate electronic signatures. All endpoints are relative to the base path /oneshot/api/v1.
For the public testing environment (sandbox URL, RAO token, prerequisites, and how to use the test Optimizer), see the Get started guide in the One-Shot documentation: Get started with One-Shot.
Download OpenAPI description
Languages
Servers
Public testing environment
https://optimizer-developers.uanataca.com/oneshot/api/v1/
- Public testing environment
https://optimizer-developers.uanataca.com/oneshot/api/v1/api/v1/hello
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://optimizer-developers.uanataca.com/oneshot/api/v1/api/v1/helloResponse
application/json
{ "details": "Hello from One-Shot" }
- Public testing environment
https://optimizer-developers.uanataca.com/oneshot/api/v1/api/v1/version
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://optimizer-developers.uanataca.com/oneshot/api/v1/api/v1/versionResponse
application/json
{ "status": "success", "details": { "version": "xxx" } }