POST api/v1/admin/mt/refreshtoken

Request Information

URI Parameters

None.

Body Parameters

RefreshTokenModel
NameDescriptionTypeAdditional information
RefreshTokenId

globally unique identifier

None.

ConsumerId

globally unique identifier

None.

Subject

string

None.

IssuedUtc

date

None.

ExpiresUtc

date

None.

ProtectedTicket

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefreshTokenId": "070e4396-5d0a-45fb-9ca5-c380c3f9f0de",
  "ConsumerId": "ab4633ce-14cd-415f-92b5-b437a61cf747",
  "Subject": "sample string 3",
  "IssuedUtc": "2026-01-02T21:45:02.8932159-06:00",
  "ExpiresUtc": "2026-01-02T21:45:02.8932159-06:00",
  "ProtectedTicket": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.