Get Request By Id
Returns instrument request details by Id
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
Example:
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
Example:
"sig1=(\"Content-Type\" \"Content-Digest\" \"Content-Length\" \"Authorization\" \"X-Client-Id\" \"X-Idempotency-Key\" \"@method\" \"@target-uri\" \"@path\" \"@query\");keyid=\"staging-pipevest-ed25519\";created=1732893484;expires=1732893584"
Unique identifier assigned to the client
Example:
"client-id"
Path Parameters
the request id
Response
200
application/json
Deails of a customer instrument request
The response is of type object
.