GET
/
api2
/
v1
/
auth
/
refreshAppleToken
refresh apple token
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/auth/refreshAppleToken
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expires_in": "<string>",
  "refresh_token": "<string>",
  "id_token": "<string>"
}

Query Parameters

token
string

Response

200
application/json

successful operation

The response is of type object.