REST API Authentication
The authentication with the REST API is a two step process.
- Passing your username and password to the
/api/v1/login
- Using the
authToken
anduserId
provided back on every method
Url | Short Description | Details Page |
---|---|---|
/api/v1/login |
Authenticate with the REST API. | Link |
/api/v1/login |
Authenticate with facebook. | Link |
/api/v1/login |
Authenticate with google. | Link |
/api/v1/login |
Authenticate with twitter. | Link |
/api/v1/logout |
Invalidate your REST API authentication token. | Link |
/api/v1/me |
Displays information about the authenticated user. | Link |