List all proposals
List all proposals
GET https://api.sponseasy.com/v2/user/proposals
This endpoint allows you to get current user proposals.
Path Parameters
Name
Type
Description
token
string
{
status: "success",
data: {
proposals: [
{
id: "941aee31-06ed-4ec5-882f-6e8927c19d65",
name: "Proposal name"
}
]
}
]{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?