Skip to main content
GET
Get trustpoint by id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

type
enum<string>
required

Type of the certificate identifier.

Available options:
certID,
externalId,
fileHash,
hash
id
string
required

Identifier of the certificate.

Example:

"did:local:certid:123124"

Query Parameters

timestamp
number
required

Timestamp of the trustpoint.

Example:

1234567890

networkId
string
required

Network identifier where the trustpoint was registered.

Example:

10004

Response

Successful trustpoint retrieval.

statusCode
integer

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"Trustpoint found"

data
object