Hosting API
The API, based on the 4everland platform, offers easy access, fully-featured, stable performance, and flexible service. You can deploy your custom projects by integrating them with your existing projects using the API, according to the documentation.
Our API is exposed as an HTTP/1 and HTTP/2 service over SSL. All endpoints live under the URL'https://cli-api.4everland.org/' and then generally follow the REST architecture.
POST /login
Name | Value | Required |
---|---|---|
Content-Type | application/x-www-form-urlencoded | true |
Accept-Version | 1.0 | true |
token | | true |
curl -L -X POST 'https://cli.4everland.org/login' \
-H 'Accept-Version: 1.0' \
-H 'token:eyJ0eXAiOiJKV1QiLCJhbG***60gDRzH37majqSgZ2dg'
{
"code": 200,
"message": "",
"bcode": 10,
"content": {
"token": "callback-token"
}
}
If you have any questions, please join our Discord server, or send us an email at [email protected].
Last modified 4mo ago