Get Inbox

Get Inbox for a specific user

Get Inbox

GET https://12xow7tdad.execute-api.us-east-1.amazonaws.com/production

This endpoint allows you to get all conversations for the user.

Query Parameters

Name
Type
Description

user_id

number

The unique id of the user that is requesting the inbox. This cannot be Job Seeker id nor the profile id. This is the authenticated user's id

tenant

string

The tenant that is requesting this data.

api_key

string

API key for the tenant.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

[{
  "updated_at" => "2020-06-25 15:45:30 +0000",
  "last_sender_id" => "54607",
  "unread_count" => '23',
  "user_id" => '23232',
  "read" => "read",
  "notify_status" => "delivered",
  "last_message" => "Hello World",
  "updated_at_unix" => '2922929292',
  "user_id_status" => "u_54607_active",
  "picture" => "https://cdn.filestackcontent.com/3uKRlTPiyP4LNb8fAPQc",
  "name" => "MARTHA E.",
  "chat_key" => "54607_54633"
}, {
  "updated_at" => "2020-06-21 19:57:36 +0000",
  "unread_count" => '43',
  "last_sender_id" => "54607",
  "read" => "read",
  "notify_status" => "delivered",
  "last_message" => "Okay, let me know.",
  "updated_at_unix" => '434343434343',
  "user_id_status" => "u_54607_active",
  "chat_key" => "54157_54607"
}]

Last updated

Was this helpful?