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": "bbdc2e7e-7c40-45ce-9fb2-9ee5f4dc6b50",
"ConsumerId": "3daf076c-fbee-4eab-b3ea-739dc6e817a9",
"Subject": "sample string 3",
"IssuedUtc": "2026-07-25T02:27:42.518605-05:00",
"ExpiresUtc": "2026-07-25T02:27:42.518605-05:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.