Think Pickle
  • Pickle Help
  • Flows
    • Triggers
      • Incoming SMS
      • Incoming Call
      • Contact Subscribed
      • Contact Tagged
    • Conditions
      • AB Split
      • Time is
      • Date-time is
      • Day is
      • Caller's number is
      • Caller's postcode is
      • Caller's state is
    • Actions
      • Say/Play
      • Pause
      • Forward Call
      • Record Voicemail
      • Gather input
      • Reject Call
      • Send Analytics Event
      • Send Email
      • Send SMS Message
    • Examples
      • Redirect calls to voicemail
      • IVR Menus
      • Forward calls to the closest store
      • A/B test 2 paths
      • Block a number
      • Track performance of TV ads
      • Forward and whisper
    • Variables
  • Flow Logs
  • Numbers
  • Contacts
    • Adding Contacts
  • API
    • Auth
    • Contacts
Powered by GitBook
On this page
  1. API

Auth

Login and get Session Token

POST https://portal.iphub.com.au/api/v1/auth/login

This endpoint will return a session token. This must be used with our other APIs in the Authorization header

Query Parameters

Name
Type
Description

username

string

Your email

password

string

Your password

{
    "expiredAt": "2018-10-11T18:34:17+11:00",
    "token": "XXXXXXXXX-YOUR_SESSION_TOKEN_HERE_XXXXXXXXXXXX",
    "ttl": 3600,
    "user": {// user account}
}

PreviousAPINextContacts

Last updated 6 years ago