Skip to main content
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

successful operation

access_token
string
token_type
string
expires_in
string
refresh_token
string
id_token
string
I