BenefitsEdge API — Developer Portal

Staging / sandbox only. Operators: use admin call logs for full history.

Getting started

Authentication: Authorization: key <API_KEY> (obtain from ops; never commit secrets).

Encryption: POST bodies use AES-GCM JSON: { "ciphertext", "iv" } wrapping inner JSON. Key: deployment API_AES_KEY.

Sample inner payload: nyl-saml-init-inner.json

Architecture docs (repo): docs/api/README.md

Endpoints

MethodPathPurpose
POST/v1/api/saml/initStart SAML; returns redirect URL
GET/v1/hold/:tokenHolding page (browser)
POST/v1/api/:integration/saml/post-formDirect HTML SAML post
POST/v1/api/transaction/initPlaceholder (501)
POST/v1/api/:integration/nyl/enrollNYL SOAP enroll
POST/v1/api/:integration/nyl/muw-statusNYL SOAP MUW status

Playground — SAML init

Response will appear here.

Recent API calls (last 10)

No calls logged yet.