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

Corporate Entities

Request

Security
JWT
Query
accountIdsArray of strings

Account ids: if specified, limits results to the items related to the accounts whose ids match the provided set; otherwise, all results related to any authorized account will be returned

$filterstring

OData-like filter expression

$countboolean

Whether to include the count of records with the result

$orderbystring

Comma-separated list of columns for sorting

$skipinteger(int32)

Number of records to skip

$topinteger(int32)

Maximum number of records to return

curl -i -X GET \
  'https://tigrsregistry.apx.com/clientapi/api/corporateEntity?accountIds=string&%24filter=string&%24count=true&%24orderby=string&%24skip=0&%24top=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
@countinteger(int32)

The total number of results (only present if requested)

valueArray of objects(CorporateEntities)

Rows of information

Response
application/json
{ "@count": 0, "value": [ {} ] }

ledger

Ledger Operations

Operations

subaccount

SubAccount Operations

Operations

system

System Information

Operations