πŸ˜€Customer API

Customer list API (table)

GET https://api.fatos.biz/console/customer

{
    "code": 200,
    "message": "",
    "dev_message": "ok",
    "data": [
        {
            "organization_list": [
                {
                    "rp": "Unused",
                    "due": "D-0",
                    "image": "Unused",
                    "account": "Unused",
                    "address": {
                        "lat": "1.31120553385429",
                        "lng": "103.854623458775",
                        "postal": "218107",
                        "address": "291 SERANGOON ROAD SERANGOON BUILDING SINGAPORE 218107",
                        "block_no": "291",
                        "building": "SERANGOON BUILDING",
                        "road_name": "SERANGOON ROAD"
                    },
                    "country": "Korea",
                    "renewal": "No Discussion",
                    "storage": "Unused",
                    "rp_limit": 0,
                    "key_status": "Intended",
                    "logo_image": "",
                    "search_poi": "Unused",
                    "image_limit": 0,
                    "map_download": "Only Monitoring",
                    "user_account": "[email protected]",
                    "account_limit": 0,
                    "map_streeming": "Only Monitoring",
                    "storage_limit": 0,
                    "client_profile": "Unused",
                    "registered_date": "09-Nov-2023",
                    "organization_uid": "eae18bc4-1e14-34dd-98fa-2dd989531da8",
                    "search_poi_limit": 0,
                    "organization_name": "Kitty2",
                    "subscription_type": "SDK",
                    "map_download_limit": 0,
                    "map_streeming_limit": 0,
                    "representative_name": "name2",
                    "client_profile_limit": 0,
                    "representative_email": "[email protected]",
                    "subscription_end_date": "09-Nov-2023",
                    "subscription_start_date": "09-Nov-2023",
                    "organization_contact_number": "",
                    "representative_contact_number": "01022222222"
                }
            ]
        }
    ]
}

Customer info API

GET https://api.fatos.biz/console/customer/info

Query Parameters

Name
Type
Description

organization_uid*

String

Choice list API

GET https://api.fatos.biz/console/customer/choice

Verify email API

POST https://api.fatos.biz/console/customer/verifyemail

Request Body

Name
Type
Description

representative_email*

String

Verify contact number API

POST https://api.fatos.biz/console/customer/verifycontactnumber

Request Body

Name
Type
Description

representative_contact_number*

String

Key warning list API (dashboard)

GET https://api.fatos.biz/console/customer/keywarning

Usage warning list API (dashboard)

GET https://api.fatos.biz/console/customer/usagewarning

Billing list API

GET https://api.fatos.biz/console/customer/info/billing

Query Parameters

Name
Type
Description

organization_uid*

String

Subscription info API

GET https://api.fatos.biz/console/customer/info/subscription

Query Parameters

Name
Type
Description

organization_uid*

String

Last updated