March 14, 2023 - GET /courses/{course_id}/enrollments expires_at added to response
We've added an expires_at parameter to the response from the GET /courses/{course_id}/enrollments endpoint.
We've added an expires_at parameter to the response from the GET /courses/{course_id}/enrollments endpoint.
We've added per and page parameters to the GET /transactions endpoint.
We've updated the user details object to include the tag
key which points to an array of objects with a name
key. These are the tags associated to the user. This key is now returned as part of the response to the GET /user/{user_id} and the PATCH /user/{user_id}. Tags cannot be updated using the PATCH request.
We've added start
and end
parameters to the GET
/transactionsendpoint. These parameters allow you to filter for transactions in a specific date range.
Schools on the Pro plan and up can now access the new Teachable OAuth API.
We've added per
and page
parameters to the GET
/users endpoint.
We've added a new GET
/users endpoint. This endpoint enables you to fetch a list of all users in your school.
We've updated the POST
/users src parameter description to be more explicit.
We've updated the POST
/ users password parameter to now be optional vs. required.
We've fixed the is_published?
filter on the GET
/courses endpoint.