Marketplace Public Api
Operations Summary
Check service provider signature
| Validates a signed payload from a service provider. The payload is a JWT token
signed with the provider's API secret code. This endpoint is used to verify the
authenticity of a request before processing it.
The `data` field should contain the JWT token.
|
Set component usage with signature
| Allows a service provider to report usage for resource components using a signed JWT payload.
This provides a secure way for external systems to submit billing data.
The `data` field must contain a JWT token that, when decoded, matches the structure of the
`ComponentUsageCreateSerializer`.
|