Excerpt |
---|
Authenticates an account entity by checking whether, for example, entered the submitted username and password matches the data in the database, or a specific account on a social media is registered in the database. |
...
Endpoint ID: | 2001 | |||||||||||||||||||||||||||
Method: |
| |||||||||||||||||||||||||||
URL: | /userentity/authenticate | |||||||||||||||||||||||||||
Request body: | JSON data with type of authentication (
| |||||||||||||||||||||||||||
| JSON data with key(s) for successfully authenticated account. The result will always hold the Rubiq entity ID and if the app making the request is configured to use a specific external key, this key is also included in the response. If authentication fails, the result is empty . Responses to
However
| |||||||||||||||||||||||||||
Status codes: | 200 | Successfully authenticated | ||||||||||||||||||||||||||
403 | Invalid login The following sub codes may be returned:
|