DEV Community

Discussion on: help creating django REST API

 
tngeene profile image
Ted Ngeene

Oh, that makes more sense now.
So, your approach is fine. The authentication part would be a bit tricky but you can pass the token as a parameter in your headers as you're posting to API#1. Then the response you get, you dump it to the db of API#2.