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": "1e780789-470e-445d-82ba-60822e42a092",
"ConsumerId": "42e46aec-c4a5-4e2c-b34c-e51a0df0fcac",
"Subject": "sample string 3",
"IssuedUtc": "2026-07-13T18:39:42.3430443-05:00",
"ExpiresUtc": "2026-07-13T18:39:42.3430443-05:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.