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 \
  --header 'None: <api-key>'
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expires_in": "<string>",
  "refresh_token": "<string>",
  "id_token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Query Parameters

token
string

Response

successful operation

access_token
string
token_type
string
expires_in
string
refresh_token
string
id_token
string