cURL
curl --request GET \ --url https://api.centralcart.com.br/v1/app/package/{package-id}
{ "id": 1, "category_id": 1, "store_id": 1, "position": 1, "enabled": true, "name": "Bronze", "type": "MULTIPLE", "price": 30, "expiry_days": 30, "inventory_amount": null, "description": "Descrição do pacote", "slug": "bronze", "image": "https://cdn.centralcart.com.br/stores/1/packages/af461565-e0c2-4be2-8902-ae283f9f6628.png", "icon": null, "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00", "per_user_limit": false, "parent_id": null, "is_variation_parent": false, "price_display": "R$ 30,00", "variables": [ { "id": 1, "name": "Nickname", "type": "TEXT", "required": true, "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00" } ], "commands": [ { "id": 1, "type": "PURCHASE", "command": "give {client_identifier} vip 30", "game_server_id": 1, "offline_execute": false, "schedule": null, "execute_once": false, "internal_id": 0, "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00" } ], "discord_actions": [ { "id": 1, "type": "PURCHASE", "action": "ADD_ROLE", "role_id": "123456789012345678", "channel_id": null, "message": null, "internal_id": 0, "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00" } ], "license_keys": [ { "id": 1, "value": "LICENSE-KEY-123", "used": false, "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00" } ], "content": { "id": 1, "package_id": 1, "store_id": 1, "title": "Título do conteúdo", "description": "Descrição do conteúdo", "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00" }, "variations": [ { "id": 2, "category_id": 1, "store_id": 1, "position": 1, "enabled": true, "name": "Bronze - Variação 1", "type": "MULTIPLE", "price": 25, "expiry_days": 30, "inventory_amount": null, "description": null, "slug": "bronze-variacao-1", "image": null, "icon": "https://cdn.centralcart.com.br/stores/1/packages/icons/icon-123.png", "parent_id": 1, "created_at": "2024-01-31T16:03:28.000-03:00", "updated_at": "2024-01-31T16:03:28.000-03:00", "per_user_limit": false, "price_display": "R$ 25,00" } ] }
Obtém os detalhes de um pacote específico.
SINGLE
MULTIPLE