Login token

Login

post
Header parameters
ApiKeystringRequired
Body
usernamestringRequired
Responses
200

Successful response

application/json
post
POST /partner/login-token HTTP/1.1
Host: api.kaped.io
ApiKey: text
Content-Type: multipart/form-data
Accept: */*
Content-Length: 19

{
  "username": "text"
}
200

Successful response

{
  "username": "text"
}

Last updated

Was this helpful?