Apis Partners · Authentication Profile

Apis Partners Authentication

Authentication

Apis Partners secures its APIs with openIdConnect and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

CompanyVenturePrivate EquityFintechFinancial ServicesPaymentsInvestorEmerging Markets
Methods: openIdConnect, oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

openIdConnect openIdConnect
oauth2 oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

apis-partners-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://apis.pe/.well-known/openid-configuration
note: >-
  Apis Partners publishes no business/developer API. The only machine-readable auth
  surface at the domain is the Umbraco CMS Delivery API member authentication, advertised
  via a valid OpenID Connect discovery document. Captured faithfully from that document.
summary:
  types: [openIdConnect, oauth2]
  oauth2_flows: [authorizationCode, clientCredentials]
  grant_types: [authorization_code, refresh_token, client_credentials]
  pkce: [plain, S256]
  token_endpoint_auth_methods: [client_secret_post, private_key_jwt, client_secret_basic]
schemes:
- name: openIdConnect
  type: openIdConnect
  openIdConnectUrl: https://apis.pe/.well-known/openid-configuration
  issuer: https://www.apis.pe/
  sources: [well-known/apis-partners-openid-configuration.json]
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.apis.pe/umbraco/delivery/api/v1/security/member/authorize
    tokenUrl: https://www.apis.pe/umbraco/delivery/api/v1/security/member/token
    refreshUrl: https://www.apis.pe/umbraco/delivery/api/v1/security/member/token
    scopes: [openid, offline_access]
  - flow: clientCredentials
    tokenUrl: https://www.apis.pe/umbraco/delivery/api/v1/security/member/token
    scopes: []
  endpoints:
    userinfo: https://www.apis.pe/umbraco/delivery/api/v1/security/member/userinfo
    revocation: https://www.apis.pe/umbraco/delivery/api/v1/security/member/revoke
    end_session: https://www.apis.pe/umbraco/delivery/api/v1/security/member/signout
    jwks_uri: https://www.apis.pe/.well-known/jwks
  sources: [well-known/apis-partners-openid-configuration.json]