Skip to main content

CreateAgentSubscriptionDto

agentIdstringrequired

Agent UUID to subscribe.

Example: 550e8400-e29b-41d4-a716-446655440000
planIdstringrequired

SubscriptionPlan UUID to subscribe to.

Example: 660e8400-e29b-41d4-a716-446655440222
CreateAgentSubscriptionDto
{
"agentId": "550e8400-e29b-41d4-a716-446655440000",
"planId": "660e8400-e29b-41d4-a716-446655440222"
}