Some older APIs will soon be deleted
To keep our API up to date, we’re retiring some older API versions, and they will soon be deleted as follows.
API deletion schedule
The following APIs will be deleted as of March 1st, 2021. You can replace them with the below new APIs.
Unavailable API | New API |
---|---|
GET /api/v3/search/friends | GET /api/v4/search/friends |
GET /api/v2/notifications/status | GET /api/v7/notifications/status |
GET /api/v3/notifications/status | GET /api/v7/notifications/status |
GET /api/v4/notifications/status | GET /api/v7/notifications/status |
GET /api/v5/notifications/status | GET /api/v7/notifications/status |
GET /api/v6/notifications/status | GET /api/v7/notifications/status |
PUT /api/v2/notifications | PUT /api/v3/notifications |
GET /api/v2/likes/receive | GET /api/v1/spaces/:spaceKey/likes/receive |
GET /api/v2/likes/give | GET /api/v1/spaces/:spaceKey/likes/give |
GET /api/v2/likes/discover | GET /api/v1/spaces/:spaceKey/likes/discover |
POST /api/v1/spaces/:spaceKey/myTopicGroups | POST /api/v2/spaces/:spaceKey/myTopicGroups |
And these APIs will be deleted as of May 1st, 2021.
Unavailable API | New API |
---|---|
GET /api/v1/accounts/status | GET /api/v1/spaces/:spaceKey/accounts/status |
GET /api/v2/topics | GET /api/v3/topics |
Typetalk’s API
If you have any questions about the above Typetalk APIs (or any others!), please visit the API Overview page for developers.