Packages

Get Packages

GET /members/packages

Headers

Name
Type
Description

Client-Key*

String

Your client Key

{
    "data": [
        {
            "id": 1,
            "name": "Free",
            "code": "demo-free",
            "description": "",
            "information": "",
            "price": 0,
            "validity_type": "yearly",
            "validity_amount": 2,
            "custom_date": null,
            "is_active": 1,
            "activated_at": null,
            "is_transaction_fee_covered": 1,
            "is_auto_numbering": 1,
            "prefix": "FREE",
            "suffix": "SUFFIX",
            "format": "##-##-##",
            "random_length": null,
            "character_type": "alphabet",
            "created_at": "2023-11-09T06:42:01.000000Z",
            "cover": null,
            "card_background": "https://minio-s3.dev.embrio.id/munio/uploads/public/655/f16/4a6/655f164a6970a229984730.png",
            "dimension_package": null,
            "members_count": 0
        },
        {
            "id": 4,
            "name": "Premium",
            "code": "demo-premium",
            "description": "Apa Ya",
            "information": "<p>Ini adalah info</p>",
            "price": 100000,
            "validity_type": "yearly",
            "validity_amount": 1,
            "custom_date": "2042-08-08",
            "is_active": 1,
            "activated_at": "2023-11-13 09:41:39",
            "is_transaction_fee_covered": 0,
            "is_auto_numbering": 1,
            "prefix": "PREMIUM",
            "suffix": "WAHWAHWAH",
            "format": "-##-$$-",
            "random_length": null,
            "character_type": null,
            "created_at": "2023-11-13T02:41:39.000000Z",
            "cover": null,
            "card_background": "https://minio-s3.dev.embrio.id/munio/uploads/public/655/c2e/625/655c2e625c5d5507245869.jpeg",
            "dimension_package": {
                "weight": "1700",
                "height": "",
                "length": "",
                "width": ""
            },
            "members_count": 0
        }
    ]
}

Last updated