Light Mode
Harmony-Token
DevelopingPOST
https://harmony.photos/api/v2/token/Last modified: 2 months ago
Maintainer:
This API allows users to access token.
Request
Body Params application/json
username
string
required
password
string
required
Example
{
"username": "",
"password": ""
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
refresh
string
required
access
string
required
Example
{
"refresh": "eyJhbGciO?????????????????.eyJ0b2tlbl90*******************sImV4cCI6MjUwNjA5Nzc5OCwiaW??????????????????zk4LCJ",
"access": "eyJhbGciO?????????????????CI6IkpXVCJ9.eyJ0b2t**********XBlIjoiYWN"
}
Last modified: 2 months ago