Request
Body Params application/json
{
"username": "string",
"password": "string"
}
Request Code Samples
curl --location --request POST 'https://dev.coinfer.ai/base/login' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
Responses
{
"status": "ok",
"data": {
"tokens": [
"string"
]
}
}
Modified at 2025-02-14 07:00:18