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