Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Intro to Profiles

Mohamad Nour Chawich edited this page Jun 22, 2016 · 4 revisions

WikiAPI ReferenceProfilesIntro to Profiles

Intro

Shoutit base accounts is called Profile. Profile can be either a User or a Page.

Profile object

Profile endpoints

http://dev.api.shoutit.com/docs/#!/profiles

Profile Shouts

Message Profile

Profile Stats

located in detailed Profile object

Profile stats reflects its variant stats and it is useful to show badges to bring the attention of the profile owner. API sends stats_update whenever needed. Clients should always keep the badges updated.

stats object

{
    "unread_conversations_count": 46,
    "unread_notifications_count": 20,
    "credit": 20
}

Clone this wiki locally