Skip to main content

Creates Session from OTC(one time code)


ApiScope: manage.user.session.write
API Scope Level: ServiceSubscriberScope
Request Body required
    otc string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    sessionId string
    dealerUserSessionId string
    rolloutStage string
    currentDealerAssociateUuid string
POST /v2/user/session/otc

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"otc": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/user/session/otc' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"otc": "string"
}'