Profiles
Profile Get
Get a public profile by ID.
Get a public profile by ID.
GET
/profiles/{account_handle}storyden-session<token>
In: cookie
Path Parameters
account_handlestring
Account handle.
Response Body
curl -X GET "https://loading/api/profiles/southclaws"{
"id": "cc5lnd2s1s4652adtu50",
"createdAt": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"misc": {},
"joined": "2019-08-24T14:15:22Z",
"suspended": "2019-08-24T14:15:22Z",
"handle": "Southclaws",
"name": "Barnaby Keene",
"roles": [
{
"id": "cc5lnd2s1s4652adtu50",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"misc": {},
"name": "string",
"colour": "string",
"permissions": [
"CREATE_POST"
],
"badge": true,
"default": true
}
],
"bio": "<body><p>hi, my name is</p><p>southclaws</p></body>",
"image": "string",
"followers": 0,
"following": 0,
"like_score": 0,
"interests": [
{
"name": "string",
"colour": "string",
"item_count": 0
}
],
"links": [
{
"text": "string",
"url": "string"
}
],
"invited_by": {
"id": "cc5lnd2s1s4652adtu50",
"joined": "2019-08-24T14:15:22Z",
"suspended": "2019-08-24T14:15:22Z",
"handle": "Southclaws",
"name": "Barnaby Keene"
},
"meta": {}
}Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}