GET
/
get-api-transaction-status
Check Transaction Status
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-transaction-status \
  --header 'x-api-key: <api-key>'
{
  "status": "pending",
  "details": {}
}

Authorizations

x-api-key
string
header
required

Query Parameters

hash
string
required

The hash of the transaction.

Response

200 - application/json

Successful response

The response is of type object.