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 | Description |
|---|---|---|---|
customer |
string (uuid) | ✓ | Service provider customer UUID |
data |
string | ✓ | JWT-encoded data signed with the service provider's API secret code |
dry_run |
boolean | If true, validates the signature without executing the operation Constraints: default: False |
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 | Description |
|---|---|---|---|
customer |
string (uuid) | ✓ | Service provider customer UUID |
data |
string | ✓ | JWT-encoded data signed with the service provider's API secret code |
dry_run |
boolean | If true, validates the signature without executing the operation Constraints: default: False |
201 - No response body