Skip to content

TIGRS Registry Client API (1.0.0)

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.

Overview
Languages
Servers
https://tigrsregistry.apx.com:443/clientapi/

corporateEntity

Corporate Entities Operations

Operations

ledger

Ledger Operations

Operations

subaccount

SubAccount Operations

Operations

Subaccounts

Request

Security
JWT
Path
subaccountTypestringrequired

Subaccount type

Enum"ACT""RET"
Query
onBehalfOfAccountIdstring

Account id for which the request is being made: defaults to the primary account id of the requester unless specified

Bodyapplication/jsonrequired

Subaccount create requests

requestsArray of objects(SubaccountCreateRequest)

List of requests

curl -i -X POST \
  'https://tigrsregistry.apx.com/clientapi/api/subaccount/{subaccountType}?onBehalfOfAccountId=string' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "requests": [
      {
        "additionalDetails": "Acme Retirements",
        "alias": "Acme Retirements",
        "correlationId": "1",
        "name": "Acme Retirements"
      }
    ]
  }'

Responses

OK

Bodyapplication/json
responsesArray of objects(SubaccountCreateResponse)

List of responses

submissionIdstringrequired

Submission identifier for issue investigation

Response
application/json
{ "responses": [ {} ], "submissionId": "string" }

system

System Information

Operations