Migrating from /completions to /me:activate
The PUT /installations/completions
endpoint is now deprecated and is replaced with the POST /installations/me:activate
endpoint. The new endpoint works exactly the same way as the old one, but it is more consistent with the other endpoints and is compliant with the Pleo API Standard.
Migration Process
- Replace the
PUT /installations/completions
endpoint with thePOST /installations/me:activate
endpoint. - Ensure the OAuth access token is included in the request
Authorization: Bearer {token}
header.