# Folkyn API ## Docs - [List Accounting Entries](https://doc.folkyn.com/api-reference/accounting/list-accounting-entries.md): Lists accounting entries for the API key's team. - [Mark accounting entry as paid](https://doc.folkyn.com/api-reference/accounting/mark-accounting-entry-as-paid.md): Marks the accounting entry as paid (body {"status":"paid"}). - [List Activity Reports](https://doc.folkyn.com/api-reference/activity-reports/list-activity-reports.md): Lists activity reports (CRA) for the API key's team. - [Retrieve Activity Report](https://doc.folkyn.com/api-reference/activity-reports/retrieve-activity-report.md): Retrieves activity report information by id. - [List Departments](https://doc.folkyn.com/api-reference/departments/list-departments.md): Lists organizational departments (team units) for the API key's team. - [Retrieve Department](https://doc.folkyn.com/api-reference/departments/retrieve-department.md): Retrieves department information by id. - [List Freelancers](https://doc.folkyn.com/api-reference/freelancers/list-freelancers.md): Lists freelancers for the API key's team. - [Introduction](https://doc.folkyn.com/api-reference/introduction.md): How to read the Folkyn API Reference and download the OpenAPI specification - [List Missions](https://doc.folkyn.com/api-reference/missions/list-missions.md): Lists missions for the API key's team. - [Retrieve Mission](https://doc.folkyn.com/api-reference/missions/retrieve-mission.md): Retrieves mission information by id. - [Update Mission Enterprise Fields](https://doc.folkyn.com/api-reference/missions/update-mission-enterprise-fields.md): Updates name, purchase_order, and/or project code for the API key's team mission. - [Create Project Code](https://doc.folkyn.com/api-reference/project-codes/create-project-code.md): Creates a team project code. - [List Project Codes](https://doc.folkyn.com/api-reference/project-codes/list-project-codes.md): Lists team project codes for the API key's team. - [Retrieve Project Code](https://doc.folkyn.com/api-reference/project-codes/retrieve-project-code.md): Retrieves one project code by id, including linked missions. - [Download OpenAPI specification (JSON)](https://doc.folkyn.com/api-reference/specification/download-openapi-specification-json.md): Returns the OpenAPI 3 document as JSON (no authentication; body is the spec root, not wrapped in `data`). - [Download OpenAPI specification (YAML)](https://doc.folkyn.com/api-reference/specification/download-openapi-specification-yaml.md): Returns the OpenAPI 3 document as YAML (no authentication). - [Create Team Tag](https://doc.folkyn.com/api-reference/team-tags/create-team-tag.md): Creates a team tag. - [List Team Tags](https://doc.folkyn.com/api-reference/team-tags/list-team-tags.md): Lists team tags for the API key's team. - [Retrieve Team Tag](https://doc.folkyn.com/api-reference/team-tags/retrieve-team-tag.md): Retrieves team tag information by id. - [Authentication](https://doc.folkyn.com/authentication.md): Team API keys and how to send them on each request - [Errors](https://doc.folkyn.com/errors.md): HTTP status, error body, and optional details - [Quickstart](https://doc.folkyn.com/quickstart.md): Folkyn team API — base URL, OpenAPI, and your first authenticated request - [Rate Limits](https://doc.folkyn.com/rate-limits.md): Throttling for API routes (API key) ## OpenAPI Specs - [openapi](https://doc.folkyn.com/openapi.yaml)