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
}
}{
"status": false,
"message": "Err code V-CR catch: Cannot add sport.importir.online since it's already in use by your account."
}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
}
}{
"status": false,
"message": "Err code V-CD catch: \"sport.importir.onlines\" not found on prj_LL0wXMtzGvIiQtcxC7AFUbibJrUv"
}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"
}{
"status": false,
"message": "Err code V-DD catch: The domain \"sport.importir.online\" is not assigned to \"deoapp-pageview\"."
}Last updated