Primerica API Gateway

Primerica's own API gateway (Broadcom/CA Layer7 — unmatched paths return a SOAP "Policy Falsified" fault in the layer7tech policy-fault namespace). It fronts the backend-for-frontend routes used by the MyPrimerica client portal, including /prod/exp/pc2/bff and the client login BFF OIDC issuer at /prod/exp/client/login-bff/v1/oidc. It serves conformant OIDC provider metadata anonymously, and that metadata advertises a Swagger description at https://gtw.primericaonline.com:8443/apidocs/auth/oauth/v2/swagger — but port 8443 refuses connections from the public internet, so the one API description Primerica points at cannot be retrieved. Every functional route is credential-gated and undocumented; this is first-party infrastructure, not a product a third party can integrate with.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/primerica-api-gateway"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: primerica:primerica-api-gateway
name: Primerica API Gateway
tags:
- Identity
- Authentication
- OpenID Connect
- API Gateway
tags_raw:
- Identity
- Authentication
- OAuth
- OpenID Connect
- API Gateway
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://gtw.primericaonline.com
humanURL: https://www.primerica.com/public/primerica-client-portals.html
properties:
- url: authentication/primerica-authentication.yml
  type: Authentication
- url: scopes/primerica-scopes.yml
  type: OAuthScopes
description: Primerica's own API gateway (Broadcom/CA Layer7 — unmatched paths return a SOAP "Policy Falsified"
  fault in the layer7tech policy-fault namespace). It fronts the backend-for-frontend routes used by the
  MyPrimerica client portal, including /prod/exp/pc2/bff and the client login BFF OIDC issuer at /prod/exp/client/login-bff/v1/oidc.
  It serves conformant OIDC provider metadata anonymously, and that metadata advertises a Swagger description
  at https://gtw.primericaonline.com:8443/apidocs/auth/oauth/v2/swagger — but port 8443 refuses connections
  from the public internet, so the one API description Primerica points at cannot be retrieved. Every
  functional route is credential-gated and undocumented; this is first-party infrastructure, not a product
  a third party can integrate with.