Signicat Express API: Baseurl for authentication and processing for test/prod environment

Currently reconfiguring a legacy setup where we have used different endpoints for test/prod.

Test endpoints often containing a .test subdomain.

From what i can see you no longer use this pattern. Am i correct in that the endpoints for test and prod are the same?

https://api.signicat.io/oauth
https://api.idfy.io

– If so then it would be nice to have some explicit mention of this

I suppose you then redirect the request internally by interpreting the sender client.

Hi Herman,

Yes, you are correct :slight_smile: Request towards api.signicat.io are routed to test/prod based on your OAuth client (which is parsed from the access token).

1 Like