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": "d57ff490-69f3-4db4-a337-d61bdbfc11b1",
"ConsumerId": "eaa8721a-a8bf-4c00-a342-abb1f4f6af1f",
"Subject": "sample string 3",
"IssuedUtc": "2026-08-28T22:28:13.7367846-05:00",
"ExpiresUtc": "2026-08-28T22:28:13.7367846-05:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.