toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.api
/
Api
/
authenticate
authenticate
@
POST
(
value
=
"auth/chat"
)
abstract
suspend
fun
authenticate
(
@
Header
(
value
=
"kindly-chatbubble-token"
)
token
:
String
,
@
Header
(
value
=
"Authorization"
)
authorization
:
String
)
:
Response
<
Map
<
String
,
Any
>
>