Refresh Persistent Login
Refreshes the token of the specified persistent login.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /crafter-profile
, please prefix the API URLs with this context.
HTTP Verb |
POST |
URL |
|
Response Formats |
|
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
accessTokenId
|
String
|
✓
|
The access token ID of the application
making the call
|
id
|
String
|
✓
|
The ID of the persistent login
|
Example
Request
POST .../api/1/authentication/persistent_login/b68c0013-d7b2-4004-8463-d7ba03e15d94/refresh_token
accessTokenId=e8f5170c-877b-416f-b70f-4b09772f8e2d
Response
Status 200 OK
{
"tenant": "default",
"profileId": "5925a68def86951f895cf497",
"token": "f390e222-c844-44a2-ad38-afa471527101",
"timestamp": 1495665332589,
"id": "b68c0013-d7b2-4004-8463-d7ba03e15d94"
}
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
500
|
{ "message" : "Internal server error" } |