Configure the target endpoints, issuer codes, and signature verification keys for the SuperVidya integration hub.
Prerequisites & Authentication
Keys Exchange: The ERP should provide its public certificate to verify signatures. SuperVidya will configure a private key used to sign the tokens.
JWT Authorization: All requests must include a signed JWT directly in the Authorization header. Do not include the Bearer prefix!
Body payloads: All API requests containing a JSON body must include the Content-Type: application/json header.
CONFIG
http://localhost:4000/api/config
All requests sent from this playground are proxied through the local Mock ERP server to inject cryptographically signed JWT authorization headers automatically.