Skip to main content
Every beeminder.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Charges

create

charges.create Create a charge against a Beeminder user. Use dryrun to preview. Risk: write
Input Output

Goals

list

goals.list Get all active goals for the user Risk: read
Input Output: object[]

listArchived

goals.listArchived Get all archived goals for the user Risk: read
Input Output: object[]

User

get

user.get Get information about the authenticated user Risk: read
Input Output