v1
latestOpenAPI 3.0.32026-07-24311635.6 KBAccount
/v1/account
Get account details
get/v1/account
Response
200
Example response
{
"id": "3aehje9d536s46d59ba5bcf49b582ear",
"fullName": "Stanford University",
"username": "fake@stanford.edu",
"email": "fake@stanford.edu",
"avatarUrl": "https://avatars.rebrandly.com/account/3aehje9d536s46d59ba5bcf49b582ear",
"createdAt": "2016-07-13T10:54:12.000Z",
"subscription": {
"createdAt": "2016-07-13T10:54:12.000Z",
"limits": {
"links": {
"used": 7504,
"max": 10000
},
"domains": {
"used": 17,
"max": 100
},
"workspaces": {
"used": 1,
"max": 50
},
"teammates": {
"used": 5,
"max": 100
},
"tags": {
"max": 50
},
"scripts": {
"max": 50
}
}
}
}