✓ Verified
✍️ Content Creation
✓ Enhanced Data
Easyverein Api
Work with the easyVerein v2.0 REST API.
- Rating
- 3.8 (366 reviews)
- Downloads
- 42,776 downloads
- Version
- 1.0.0
Overview
Work with the easyVerein v2.0 REST API.
Complete Documentation
View Source →
easyVerein API (v2.0)
Quick start
- Base URL:
https://easyverein.com/api/v2.0 - Auth header:
Authorization: Bearer - Tokens expire after 30 days; refresh via
GET /api/v2.0/refresh-tokenwhentokenRefreshNeededappears in response headers. - Rate limit: 100 requests/min.
Use the OpenAPI spec
Read the full spec when you need endpoint details or schemas:references/openapi-v2.json
- list endpoints by tag (e.g.,
member,contact-details,invoice) - inspect request body schemas
- find actions and sub-endpoints
Common patterns
- Pagination:
?limit=(default 5, max 100) - Field selection:
?query={field,relation{subfield}} - Excluding fields:
?query={-field} - Bulk operations:
bulk-create/bulk-update(supported by select endpoints)
Example cURL (template)
bash
curl -s \
-H "Authorization: Bearer $EASYVEREIN_TOKEN" \
-H "Content-Type: application/json" \
"https://easyverein.com/api/v2.0/member?limit=10"
Member creation flow (important)
1) Createcontact-details first.
2) Then create member with emailOrUserName and contactDetails reference.Notes
- Files must be uploaded via PATCH with
Content-Dispositionheader. - Use
refresh-tokento rotate tokens; old token becomes invalid immediately.
Installation
Terminal bash
openclaw install easyverein-api
Copied!
💻Code Examples
## Example cURL (template)
-example-curl-template.sh
curl -s \
-H "Authorization: Bearer $EASYVEREIN_TOKEN" \
-H "Content-Type: application/json" \
"https://easyverein.com/api/v2.0/member?limit=10"Tags
#speech_and-transcription
#api
Quick Info
Category Content Creation
Model Claude 3.5
Complexity One-Click
Author truefoobar
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install easyverein-api
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0