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": "141f12a7-f9fa-43f4-9dd9-a6c21210a8a6",
"ConsumerId": "68a57bde-5f76-4eb7-b83a-262ca6593a05",
"Subject": "sample string 3",
"IssuedUtc": "2026-08-28T23:39:25.1242701-05:00",
"ExpiresUtc": "2026-08-28T23:39:25.1242701-05:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.