Available for user tokens and project keys
Last updated 1 year ago
GET https://api.suble.io/projects/:projectId/transactions
GET
https://api.suble.io/projects/:projectId/transactions
Retrieve list of all transactions sorted by newest
{ "_id: ObjectId, "project: ObjectId, "user: ObjectId, "userName: String, // Full name of user that created the transaction "status: String, // Enum ("pending" / "error" / "success") "orderid: String, "amount: Number, "date: Number, // Unix timestamp "identifier: String, "url: String }
{ "error": String }
projectId
string
Unique id for the project
Authorization
User token or project key