locationId or a connectedAccountId to identify the connection to renew. Redirect the user to the returned url; the link is valid for 1 day.{
"input": {
"locationId": "TG9jYXRpb246MQ==",
"successUrl": "https://app.synup.com/apple/success"
}
}curl --location 'https://api.synup.com/api/v4/connected-accounts/connect-apple/renew' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"locationId": "TG9jYXRpb246MQ==",
"successUrl": "https://app.synup.com/apple/success"
}
}'{
"data": {
"renewConnectLinkForApple": {
"success": true,
"url": "string",
"errors": [
{
"code": "string",
"message": "string",
"contextInfo": [
{}
]
}
],
"clientMutationId": "string"
}
}
}