List
Available for user tokens.
This endpoint is only available for user tokens, not project keys!
List
GET
https://api.suble.io/projects
Retrieve list of all projects user is a member of.
Headers
Name
Type
Description
Authorization
string
User token
[
{
"_id": ObjectId,
"name": String,
"created": Number, //Unix timestamp
"balance": Number,
"user": ObjectId,
"usecase": String,
"support": String,
"members": [
{
"id": ObjectId
}
]
}
]
Last updated
Was this helpful?