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": "3c7ac67b-fa87-4385-a7f3-d258ac84d6f2",
"ConsumerId": "7257c8ef-cefc-4fa9-8d4c-98469fff865b",
"Subject": "sample string 3",
"IssuedUtc": "2026-01-03T23:29:37.6199793-06:00",
"ExpiresUtc": "2026-01-03T23:29:37.6199793-06:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.