As a means of increasing the security of the Orbit app, we've implemented a change to Orbit URL paths in replacing the numerical IDs of Orbit Workspaces, Members, and various other elements with encoded IDs.
Example:
app.orbit.love/my-workspace/activities/qjsjy8gy
For Orbit users making API calls to access Workspaces or Members:
In order to avoid any of your active API calls, scripts, or integrations breaking, we kindly request that you use the
slug
(instead of the ID) of your Workspace or the Members you’re referencing to avoid any lapses in Orbit data and activity.
To access a workspace:
Instead of
app.orbit.love/123
, use
app.orbit.love/my-workspace
To access a member:
Instead of
app.orbit.love/my-workspace/members/3175081
, use
app.orbit.love/my-workspace/members/john-smith