This API operation returns a user's dashboard.
GET
/v1/Dashboard/GetDashboard
Property | Type | Description |
---|---|---|
Options |
integer |
Required The bitmask representing the dashboard Eg pass '?options=14' to retrieve |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires different scopes depending on the input parameter Options.
Option | Scope |
---|---|
UnreadEmails | account_communications |
UnreadEscortBookingCount | account_escort_bookings |
CurrentCreditsBalance | account_credits_history |
Hotlists | profile_hotlist |
BlacklistedUserIds | profile_blacklist |
Property | Type | Description |
---|---|---|
Dashboard |
aws:Dashboard | The dashboard data. |
The following example shows a sample dashboard returned by the API.