Found this content helpful? Log in or sign up to leave a like!

Creating courses through an API Post with only a Teacher trial account

Jump to solution
EdKane
Community Member

I'm using the ID from a teacher trial account to make the endpoint POST (/api/v1/accounts/:account_id/courses)  and when I attempt to create a new course, everything looks to work but I'm not seeing the course being created. Anyone know if the API POST's will work with a trial account?

 

Labels (2)
0 Likes
1 Solution
mzimmerman
Community Coach
Community Coach

Hi @105947621702175 

When you create the course via the API, are you also including the "Enroll_me":"true" parameter when creating your course via the API?  If you do not include that parameter, then there is nothing to link you to the course after you have created it...

View solution in original post