Authentication

This API is used to validate the linked Device with the respective user.

Resource URL

GET - /sms/2.0/user/auth/{device_num}

Header Paramater

Authorization
required
Bearer Access Token

NOTE: Access Token here refers to the access authorization token.

URL Parameter

device_num
required
Get “device_num” from Device Login response

Form Parameter

username
required
Get “username” from Device Login response
idfa
optional
Identifier for Advertisers (IFA or IDFA) is a temporary device identifier used by the Apple/Android/Roku etc of handheld devices. It provides device identification while giving end users the ability to limit the device/consumer information accessed by advertisers or apps. A successor of Unique Device Identifier (UDID),

Example Request URL

GET - http://_JTV_HOST_/sms/2.0/user/auth/{device_num}

Example Request

PHP Code

Example Return

Success Failure