Get information about your account
curl --request GET \
--url https://api.dscloud.pt/v3/users/me \
--header 'Authorization: <authorization>'{
"status": "success",
"response": {
"user": {
"id": "712357001698738216",
"name": "dylan",
"email": "dylan@dscloud.pt",
"plan": {
"name": "Bronze",
"memory": {
"limit": 1024,
"available": 512,
"used": 512
},
"duration": 1922906443000
}
},
"applications": [
{
"name": "Ds Example APP",
"id": "341Bc118",
"desc": "This is a example of description",
"ram": 300,
"lang": "javascript",
"domain": "devservice.dscloud.pt",
"custom": "devservice.com",
"cluster": "EU-01"
}
]
}
}
API Endpoints
Get information about your account
Get information about your account.
GET
/
v3
/
users
/
me
Get information about your account
curl --request GET \
--url https://api.dscloud.pt/v3/users/me \
--header 'Authorization: <authorization>'{
"status": "success",
"response": {
"user": {
"id": "712357001698738216",
"name": "dylan",
"email": "dylan@dscloud.pt",
"plan": {
"name": "Bronze",
"memory": {
"limit": 1024,
"available": 512,
"used": 512
},
"duration": 1922906443000
}
},
"applications": [
{
"name": "Ds Example APP",
"id": "341Bc118",
"desc": "This is a example of description",
"ram": 300,
"lang": "javascript",
"domain": "devservice.dscloud.pt",
"custom": "devservice.com",
"cluster": "EU-01"
}
]
}
}
The API key for your account. You can find this in your account settings.
Response
Indicates whether the call was successful.
success if successful, error if not.The contents of the response.
Show Toggle object
Show Toggle object
Show Toggle object
Show Toggle object
The application’s name.
The application’s ID.
The application’s description.
The application’s RAM usage.
The application’s language.
The application’s domain.
The application’s custom domain.
The application’s cluster.
{
"status": "success",
"response": {
"user": {
"id": "712357001698738216",
"name": "dylan",
"email": "dylan@dscloud.pt",
"plan": {
"name": "Bronze",
"memory": {
"limit": 1024,
"available": 512,
"used": 512
},
"duration": 1922906443000
}
},
"applications": [
{
"name": "Ds Example APP",
"id": "341Bc118",
"desc": "This is a example of description",
"ram": 300,
"lang": "javascript",
"domain": "devservice.dscloud.pt",
"custom": "devservice.com",
"cluster": "EU-01"
}
]
}
}
Was this page helpful?
⌘I