Marketplace Public Api
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/marketplace-public-api/check_signature/ |
Check service provider signature |
| POST | /api/marketplace-public-api/set_usage/ |
Set component usage with signature |
Check service provider signature
1 2 3 4 5 | |
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
ServiceProviderSignatureRequest - API Source:
marketplace_public_api_check_signature
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
customer |
string (uuid) | ✓ |
data |
string | ✓ |
dry_run |
boolean |
200 - No response body
Set component usage with signature
1 2 3 4 5 | |
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
ServiceProviderSignatureRequest - API Source:
marketplace_public_api_set_usage
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
customer |
string (uuid) | ✓ |
data |
string | ✓ |
dry_run |
boolean |
201 - No response body