Check Profile Exist

This API is used to whether the user exists. basically this API verifies for existing Email ID or Subscriber ID.

Resource URL

GET - /sms/2.0/ui/subscriber/isvalid/{username}

Header Paramater

Authorization
required
Bearer Access Token

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

URL Parameter

username
required
Username or email ID entered by the user to register.Get “username” from Device Login response

Example Request URL

GET - http://_JTV_HOST_/sms/2.0/ui/subscriber/isvalid/{username}

Example Request

PHP Code

Example Return

Success Failure