# Get Transaction Data **GET /transactions/{transactionId}/data** Returns the data (key-value pairs) for a given transaction. See the Transaction Data Keys appendix in the introduction for the full list of available keys. ## Servers - Production: https://ws.zipformplus.com/api (Production) - Staging/QA: https://api.pre.zipformplus.com/api (Staging/QA) ## Authentication methods - Context auth ## Parameters ### Path parameters - **transactionId** (string(uuid)) Transaction GUID ## Responses ### 200 Transaction data returned successfully #### Body: application/json (object) - ***** (string) ### 401 Unauthorized ### 404 Transaction not found [Powered by Bump.sh](https://bump.sh)