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": "0cec723f-5d1a-43c0-b51c-b83f758e8b3f",
"ConsumerId": "2b4f8013-4884-4eb6-9dc6-6d9ab0688c34",
"Subject": "sample string 3",
"IssuedUtc": "2026-03-10T17:34:49.5915813-05:00",
"ExpiresUtc": "2026-03-10T17:34:49.5915813-05:00",
"ProtectedTicket": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.