Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
Person Authenticate
Description
Authenticates a user login.
Endpoints
https://service.proxomo.com/v09/xml/security/person/authenticate?applicationid={applicationID}&username={userName}&password={password}
https://service.proxomo.com/v09/json/security/person/authenticate?applicationid={applicationID}&username={userName}&password={password}
HTTP Method
GET
URL Parameters
| Name | Data Type | Required | Notes |
|---|---|---|---|
| ApplicationID | String | Yes | A valid application identifier |
| UserName | String | Yes | User name of the user to authenticate |
| Password | String | Yes | Password of the user to authenticate |
