← Back to list

weavr-api
by mcclowes
⭐ 0🍴 0📅 Dec 1, 2025
SKILL.md
name: weavr-api
prettier-ignore
description: Use when making Weavr API calls for corporates, consumers, cards, accounts, transfers, or KYC/KYB
Weavr Multi API
API Reference: https://weavr-multi-api.redoc.ly/
Quick Start
// Create a Corporate - POST /multi/corporates
// Headers: api-key, programme-key, Content-Type: application/json
{
"rootUser": { "name": "John", "surname": "Smith", "email": "john@acme.com",
"mobile": { "countryCode": "+44", "number": "7700900123" },
"companyPosition": "DIRECTOR", "dateOfBirth": { "year": 1985, "month": 6, "day": 15 }
},
"company": { "type": "LLC", "name": "Acme Ltd", "registrationNumber": "12345678",
"registrationCountry": "GB", "businessAddress": { "addressLine1": "123 High St",
"city": "London", "postCode": "EC1A 1BB", "country": "GB" }
},
"baseCurrency": "GBP"
}
Core Endpoints
- Identity:
/multi/corporates,/multi/consumers,/{id}/kyb/start,/{id}/kyc/start - Auth:
/multi/passwords/login_with_password,/multi/authentication/step-up - Instruments:
/multi/managed_accounts,/multi/managed_cards - Transfers:
/multi/transfers,/multi/sends,/multi/outgoing_wire_transfers
Authentication
Headers: api-key (server), programme-key (programme), Authorization: Bearer (user)
Reference Files
See references/endpoints.md for full endpoint details.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon