Create a Project
Creates a project donors can designate gifts to.
name and code, and set isActive, isAvailableOnline, and isPublic to control where it appears. Returns the created project with its new id.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
The project request model.
Represents a project request.
The code that identifies the project.
1 - 100The name of the project.
1 - 150Whether the project is active.
Whether donors can give to the project online.
Whether the project is shown publicly.
The description of the project.
The position of the project in the order it is displayed in.
The email addresses to notify when a gift is designated to the project.
The URL of the image shown for the project.
Whether the project is pinned to the top of the list donors choose from.
An identifier of your own to store on the project, for reconciling it with an external system.
The text describing what a gift to the project accomplishes.
Additional name and value pairs to store on the project.
Response
OK
Represents a project model.
The unique identifier of the project.
The code of the project.
Whether the project is active.
Whether donors can give to the project online.
Whether the project is shown publicly.
Whether the project has been deleted.
The name of the project.
The description of the project.
The position of the project in the order it is displayed in.
The email addresses notified when a gift is designated to the project.
Additional name and value pairs stored on the project.
The URL of the image shown for the project.
Whether the project is pinned to the top of the list donors choose from.
The number of donors who have given to the project.
The number of gifts designated to the project.
The UTC date and time the project was created.
The UTC date and time the project was last modified.
The total amount raised by the project.
The average gift amount for the project.
The date of the first gift designated to the project.
The date of the most recent gift designated to the project.
Whether the project is a built-in project Raise maintains.
The share of the amount raised that came from recurring gifts.
An identifier of your own to store on the project, for reconciling it with an external system.
The text describing what a gift to the project accomplishes.