Hi All A quick question I am using a managed supertokens service I am trying to use postman for signup but keep on getting a 404 Not Found Error , Am I missing something ?
r
rp
05/22/2022, 1:39 PM
hey @Moe1502Pi
What does your query on postman look like?
Also, are you querying the core? Or the APIs exposed by the backend SDK?
m
Moe1502Pi
05/22/2022, 5:33 PM
Exposed by the backend {
"formFields":[
{
"id":"email",
"value": "mahomed@pishop.africa"
},
{
"id":"password",
"value": "test1234"
}
]
}https://de265cc1d9ca11eca869b70598b9ead2-eu-west-1.aws.supertokens.io:3567/auth/signup
r
rp
05/22/2022, 5:33 PM
Ah right. So the url to query should be your backend’s url.