This API is used for retrieving and retiring TIGR certificates. APIs require an OAuth Authentication token. To create API credentials, please reach out to the TIGR administrator.
TIGRS Registry Client API (1.0.0)
Download OpenAPI description
Overview
E-mail
Languages
Servers
https://tigrsregistry.apx.com:443/clientapi/
- https://tigrsregistry.apx.com:443/clientapi/api/system/ping
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://tigrsregistry.apx.com/clientapi/api/system/ping \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "pong": "2024-10-31T17:58:38.066Z" }