List Platform

GET https://us-central1-appgregator.cloudfunctions.net/api/education/edutama/backend/platform/list-platform/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

connection_name*

String

entrepreneurs.id-02

platform_id*

Number

4

Headers

Name
Type
Description

x-api-key

String

wkFBUJNQV;C

[
    {
        "id": 2,
        "created_by": 7,
        "title": "IMPORTIR.ORG",
        "payment_pt": "xendit_eea",
        "created_at": "31-May-2022 09:07:33",
        "updated_at": "2022-05-31T02:07:33.000000Z",
        "admin_user": {
            "id": 7,
            "email": "hasan@importir.co",
            "password": "$2y$10$PJima5/MYZagUIqKNUXhZ.qb6y.mR5af3GDdE/CvjBPVd4F20km9K",
            "permissions": null,
            "last_login": null,
            "first_name": "Hasan",
            "last_name": "Ibrahim",
            "phone": "+6282260872429",
            "created_at": "2022-03-10T23:50:57.000000Z",
            "updated_at": "2022-03-10T23:50:57.000000Z",
            "deleted_at": null
        }
    },
    {
        "id": 1,
        "created_by": 10,
        "title": "Appgregator Test",
        "payment_pt": "xendit_eea",
        "created_at": "24-May-2022 15:35:38",
        "updated_at": "2022-05-24T08:35:38.000000Z",
        "admin_user": {
            "id": 10,
            "email": "fahri@jaloor.com",
            "password": "$2y$10$x.jhSHK/LukmioMg5dQ.luIx3TGCRff2uSUId2GwobW/IaSB69s2m",
            "permissions": null,
            "last_login": null,
            "first_name": "Fahri",
            "last_name": "Importir",
            "phone": "+628111807240",
            "created_at": "2022-05-24T04:55:02.000000Z",
            "updated_at": "2022-05-24T04:55:02.000000Z",
            "deleted_at": null
        }
    }
]

Last updated