4EVERLAND Documents
HomeTwitterDiscordBlogs
  • Welcome to 4EVERLAND
  • Get started
    • Our Features
    • Quick Start Guide
      • Registration
      • Login options
        • MetaMask
        • OKX Wallet
        • Binance Web3 Wallet
        • Bitget Wallet
        • Phantom
        • Petra
        • Lilico
      • Usage Introduction
      • Dashboard stats
      • Account
        • Linking Your EVM Wallet to 4EVERLAND Account
        • Balance Alert
    • Billing and Pricing
      • What is LAND?
      • How to Obtain LAND?
      • Pricing Model
      • Q&As
    • Tokenomics
  • HOSITNG
    • What is Hosting?
      • IPFS Hosting
      • Arweave Hosting
        • Auto-Generation of Manifest
      • Internet Computer Hosting
      • Greenfield Hosting
    • Guides
      • Creating a Deployment
        • With Git
        • With IPFS Hash
        • With a Template
      • Site Deployment
      • Domain Management
        • DNS Setup Guide
        • ENS Setup Guide
        • SNS Setup Guide
          • The gateway: 4sol.xyz
        • SPACE ID Setup Guide
      • Project Setting
        • Git
      • Troubleshooting
      • Common Frameworks
    • Hosting Templates Centre
      • Templates Configuration File
    • Quick Addition
      • Implement Github 4EVER Pin
      • Github Deployment Button
    • Hosting API
      • Create Project API
      • Deploy Project API
      • Get Task Info API
      • IPNS Deployment Update API
    • Hosting CLI
  • Storage
    • Bucket
      • IPFS Bucket
        • Get Root CID - Snapshots
      • Arweave Bucket
        • Path Manifests
          • Instructions for Building Manifest
          • Auto-Generation of Manifest
        • Arweave Tags
        • Unleash Arweave
      • Guides
      • Bucket API - S3 Compatible
        • Coding Examples
          • AWS SDK - Go (Golang)
          • AWS SDK - Java
          • AWS SDK - JavaScript
          • AWS SDK - .NET
          • AWS SDK - PHP
          • AWS SDK - Python
          • AWS SDK - Ruby
        • S3 Tags Instructions
      • 4EVER Security Token Service API
      • Bucket Tools
      • Bucket Gateway Optimizer
    • 4EVER Pin
      • Guides
      • Pinning Services API
      • IPFS Migrator
    • Storage SDK
  • Gateways
    • IPFS Gateway
    • IC Gateway
    • Arweave Gateway
    • Dedicated Gateways
      • Gateway Access Controls
      • Video Streaming
      • IPFS Image Optimizer
    • IPNS Manager
      • IPNS Manager API
  • RPC
    • Guides
    • API Keys
    • JSON Web Token (JWT)
    • What's CUs/CUPS
    • WebSockets
    • Archive Node
    • Debug API
    • Chains RPC
      • BSC / opBNB
      • Ethereum
      • Optimism
      • Polygon
      • Taiko
  • AI
    • AI RPC
      • Quick Start
      • Models
      • API Keys
      • Requests & Responses
      • Parameters
    • 4EVER Chat
  • RaaS - Beta
    • What's Rollups?
    • 4EVER Rollup Stack
  • DePIN
    • 4EVER Network
    • Storage Nodes
  • More
    • Use Cases
      • Livepeer
      • Lens Protocol
      • Optopia.ai
      • Linear Finance
      • Snapshot
      • Tape
      • Taiko
      • Hey.xyz
      • SyncSwap
    • Community
    • Tutorials
    • Security
    • 4EVERLAND FAQ
Powered by GitBook
On this page
  • API List
  • IPNS resolve API
  • Get IPNS resolve status API
  1. HOSITNG
  2. Hosting API

IPNS Deployment Update API

This API is used to update projects that have been deployed by IPNS.

Last updated 10 months ago

API List

No.

APIs

Description

Date

1

IPNS resolve

Update deploy

2023/03/01

2

Get IPNS resolve status

Get IPNS resolve Name and Status

2023/03/01

IPNS resolve API

Description

  1. Request Method: POST

  2. Request Address:

  3. Path: /api/ipns/resolve

Request parameter

Headers:

Name

Value

Required

Note

Content-Type

application/x-www-form-urlencoded

True

Token

Ture

Auth Token

Query

Name

Required

Note

projectName

True

IPNS Project Name

  • Limit flow based on user, one second to initiate one successful request

Return data

Name

Type

Required

Note

code

number

False

Return Code

message

string

False

data

object

False

Response

{
  "code": 200,
  "message": "success",
  "data": {}
}

Error

10025: Access is denied!
10009 :  Project is not exist!
100072 : This is not an IPNS project!
100073 :  Request limit: 1 request per second!

Get IPNS resolve status API

Description

  1. Request Method: GET

  2. Path: /api/ipns/resolve/status

Request parameter

Headers:

Name

Required

Case

Note

token

True

Auth Token

Query

Name

Required

Note

projectName

True

IPNS Project Name

Return data

Name

Type

Required

Note

code

number

False

Return Code

message

string

False

data

object

False

ipnsResolve

string

False

Latest cid

status

string

False

Last deployment status

updateAt

string

False

Time(UTC+0)

Response

{
    "code": 200,
    "message": "success",
    "data": {
        "ipnsResolve": "bafybeifjojp4mri2k775lsv3tgf5r2lg5jtxcdfufop52ygkwmqxjakl3m",
        "status": "SUCCESS",
        "updateAt": "2023-03-01 07:12:32"
    }
}

Error

10025: Access is denied!
10009 :  Project is not exist!
100072 : This is not an IPNS project!

Request Case:

Request Address:

Request Case:

If you have any questions, please join our , or send us an email at .

https://api.4everland.org
https://api.4everland.org/api/ipns/resolve?projectName=testProject
https://api.4everland.org
https://api.4everland.org/api/ipns/resolve/status?projectName=testProject
Discord server
contact@4everland.org