Inspect a Transaction
You can use this method to retrieve the unique identifier in Firstoken of a particular transaction. This method returns no sensitive data, and it is useful to know the status of a transaction and then execute a GET Transaction request.
GET /V1/request/:id
curl -X GET https://api.firstoken.co/transactions/requests/:id/inspect
-H 'x-api-key: YOUR_API_KEY'
-H "Content-Type: application/json"
Last updated
Was this helpful?