Hey there,
It seems like the inheriting auth function is not working for my collection. I have gone through the process of generating a token and adding my appropriate endpoint to my variable set but when I try to do certain posts I get an
{
"message": "Session expired or invalid",
"errorCode": "INVALID_SESSION_ID"
}
When I switch the Authentification method of this post from “Inherit auth from parent” to Bearer Token and use the same token I had previously generated for my collection, it works … It’s like it’s not actually being inherited…
Any ideas on why this wouldn’t be working …?
Cheers,
Dave