POST api/v1/admin/mt/refreshtoken
Request Information
URI Parameters
None.
Body Parameters
RefreshTokenModel| Name | Description | Type | Additional 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": "4bfa14cc-0b02-46cd-be4b-8be932526814",
"ConsumerId": "d07aabad-e5cf-4820-9908-f0d176590036",
"Subject": "sample string 3",
"IssuedUtc": "2026-07-21T05:03:57.5810689-05:00",
"ExpiresUtc": "2026-07-21T05:03:57.5810689-05:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.