Migrating from /completions to /me:activate

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

  1. Replace the PUT /installations/completions endpoint with the POST /installations/me:activate endpoint.
  2. Ensure the OAuth access token is included in the request Authorization: Bearer {token} header.