Domain Vercel Module

There are 3 API List

Create Domain

POST https://asia-southeast2-deoapp-indonesia.cloudfunctions.net/vercelCreateDomain

Headers

Name
Type
Description

Authorization*

String

[Ask to Imam]

Request Body

Name
Type
Description

domain_name*

String

Your domain

projectName*

String

pageview / domainview-react

{
    "status": true,
    "message": "Success",
    "data": {
        "name": "sport.importir.online",
        "apexName": "importir.online",
        "projectId": "prj_LL0wXMtzGvIiQtcxC7AFUbibJrUv",
        "redirect": null,
        "redirectStatusCode": null,
        "gitBranch": null,
        "updatedAt": 1690169044561,
        "createdAt": 1690169044561,
        "verified": true
    }
}

Check Domain

POST https://asia-southeast2-deoapp-indonesia.cloudfunctions.net/vercelCheckDomain

Headers

Name
Type
Description

Authorization*

String

[Ask to Imam]

Request Body

Name
Type
Description

domain_name*

String

Your domain

projectName*

String

pageview / domainview-react

{
    "status": true,
    "data": {
        "name": "sport.importir.online",
        "apexName": "importir.online",
        "projectId": "prj_LL0wXMtzGvIiQtcxC7AFUbibJrUv",
        "redirect": null,
        "redirectStatusCode": null,
        "gitBranch": null,
        "updatedAt": 1690169044561,
        "createdAt": 1690169044561,
        "verified": true
    }
}

Delete Domain

DELETE https://asia-southeast2-deoapp-indonesia.cloudfunctions.net/vercelDeleteDomain

Headers

Name
Type
Description

Authorization*

String

[Ask to Imam]

Request Body

Name
Type
Description

domain_name*

String

Your domain

projectName*

String

pageview / domainview-react

{
    "status": true,
    "message": "Success to delete domain"
}

Last updated