Marketplace Public Api
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/marketplace-public-api/check_signature/ |
Check signature |
| POST | /api/marketplace-public-api/set_usage/ |
Set usage |
Check signature
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 -
| Field | Type |
|---|---|
customer |
string (uuid) |
data |
string |
dry_run |
boolean |
Set usage
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 |
200 -
| Field | Type |
|---|---|
customer |
string (uuid) |
data |
string |
dry_run |
boolean |