Skip to main content
GET
Get a contact write transaction

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

transactionId
string
required

Response

The transaction (PENDING, DONE, or NOT_EXIST).

data
object

Acknowledgement / status of an asynchronous contact write.

meta
object

Envelope metadata present on every response.