- [Node.js] v8.12.0
- [npm] v6.4.1
- Required parameters
- Request header
appKey
: JSON Web Token for application
- Request header
- Route: POST https://dotify.online/users
- Required Parameters
- Request Body
username
: Username of the user.password
: Password for the user.securityQuestion1
: First security question for forget password.securityAnswer1
: Answer to security question 1.securityQuestion2
: Second security question for forget password.securityAnswer2
: Answer to security question 2.
- Request Body
- Route: PUT https://dotify.online/users
- Required Parameters
- Request Body
username
: Username of the user.password
: Password for the user.
- Request Body
- Route: GET https://dotify.online/users
- Required Parameters
- Request Body
username
: Username of the user.password
: Password for the user.
- Request Body
- Route: GET https://dotify.online/users/check
- Required Parameters
- Request Body
username
: Username of the user.
- Request Body
- Route: GET https://dotify.online/users/reset
- Required Parameters
- Request Body
username
: Username of the user.
- Request Body
- Route: GET https://dotify.online/users/reset-check
- Required Parameters
- Request Body
username
: Username of the user.securityAnswer1
: Answer to security question 1.securityAnswer2
: Answer to security question 2.
- Request Body
- Route: PUT https://dotify.online/users/image
- Required Parameters
- Request Body
username
: Username of the user.image
: The image to set for profile image.
- Request Body
- Route: GET https://dotify.online/users/playlist
- Required Parameters
- Request Body
username
: Username of the user.
- Request Body
- Route: PUT https://dotify.online/users/playlist
- Required Parameters
- Request Body
username
: Username of the user.playlist
: Name of the playlist.
- Request Body
- Route: DELETE https://dotify.online/users/playlist
- Required Parameters
- Request Body
username
: Username of the user.playlist
: Name of the playlist.
- Request Body
- Route: GET https://dotify.online/users/playlistpage
- Required Parameters
- Request Body
username
: Username of the user.playlist
: Name of the playlist.
- Request Body
- Route: PUT https://dotify.online/users/playlistpage
- Required Parameters
- Request Body
username
: Username of the user.playlist
: Name of the playlist.songid
: Song ID for song to add.
- Request Body
- Route: GET https://dotify.online/users/song
- Required Parameters
- Request Body
songid
: Song ID for song to delete.
- Request Body
- Route: GET https://dotify.online/users/search
- Required Parameters
- Request Body
search
: The search query(song or artist).
- Request Body
- Route: GET https://dotify.online/users/artist
- Required Parameters
- Request Body
artist
: The name of the artist being retrieved.
- Request Body
901
: USER_NOT_FOUND_CODE900
: USER_FOUND_CODE
200
:OK201
: CREATED202
: ACCEPTED203
: NON_AUTHORITATIVE_INFO204
: NO_CONTENT205
: RESET_CONTENT206
: PARTIAL_CONTENT
400
: BAD_REQUEST401
: UNAUTHORIZED403
: FORBIDDEN404
: NOT_FOUND405
: METHOD_NOT_ALLOWED406
: NOT_ACCEPTABLE
500
: INTERNAL_SERVER_ERROR