Store session time (platform)

POST /platform/session-times

Create a session time and update the last_action_date of the ambassador

Responses

  • 200 application/json

    Return a success message

    Hide response attribute Show response attribute object
  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
  • Forbidden - You don't have permission to access this route

POST /platform/session-times
curl \
 -X POST https://domain.tld/api/v2/platform/session-times \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "message": "Session time stored successfully"
}
Response examples (401)
{
  "message": "Unauthorized."
}