NIPR Developer Portal / Authentication

Portal credential. Every approved request.

Subscribe, create an application credential, then send it as the Authorization header value preceded by the token type, Bearer.

Customer credentialPortal application credential
HeaderAuthorization: Bearer <portal-issued-token>

Get access in the Portal

The credential is created as part of the Product subscription—not copied from a Dashboard or administrator account.

  1. Open the NIPR Developer PortalSign in or create your account.
  2. Choose the Product and PlanOpen the API Product you need, subscribe, and select an approved Plan when required.
  3. CheckoutOpen your cart and select Checkout.
  4. Create or select an applicationDuring checkout, create an application for the integration or select an existing application for this Product.
  5. Create or select the credentialFor an existing application, create a new credential for this subscription or select an existing credential. Complete checkout.

Send auth header

Use the token preceded by Bearer

For the standard NIPR API Manager Auth Token configuration, send the application credential as the Authorization value:

Authorization: Bearer <portal-issued-token>

Support checklist

Provide the API Product, environment, request timestamp, HTTP status, and a redacted request path when requesting help. Never provide a token, password, or complete Authorization header.