English
cURL
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>" }
successful operation
Was this page helpful?