Gloat · Authentication Profile

Gloat Authentication

Authentication

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

CompanyArtificial IntelligenceHuman ResourcesTalent MarketplaceSkillsWorkforceInternal MobilityHR Tech
Methods: oauth2, apiKey, http Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

clientCredentialsJWT oauth2
gloatApiKey apiKey
· in: header ()

Source

Authentication Profile

gloat-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://developer.gloat.com/docs/authentication
docs:
- https://developer.gloat.com/docs/authentication
- https://developer.gloat.com/docs/talent-marketplace-authentication
summary:
  types: [oauth2, apiKey, http]
  api_key_in: [header]
  oauth2_flows: [clientCredentials]
  notes: >-
    Gloat has two distinct auth schemes. The Customer APIs (Skills Foundation,
    Company, Authorization, Candidacy) use client-credentials: base64(CLIENT_ID:CLIENT_SECRET)
    is POSTed as HTTP Basic to a per-tenant token endpoint, returning a 24h JWT used
    as a Bearer token. The Talent Marketplace APIs use a static API key sent in the
    X-Gloat-API-Key header (plus X-Tenant-ID), supporting optional expiry and CIDR
    restrictions. All hosts are per-tenant: https://{company_slug}.gloat.com/api.
schemes:
- name: clientCredentialsJWT
  type: oauth2
  flow: clientCredentials
  token_url: https://{company_slug}.gloat.com/api/auth/token
  token_request: HTTP Basic header = base64("CLIENT_ID:CLIENT_SECRET")
  token_type: Bearer
  access_token_ttl_seconds: 86400
  applies_to: [Skills Foundation, Company API, Authorization API, Candidacy API]
  credential_provisioning: >-
    Client ID + Client Secret generated in the Gloat Admin Console under
    Integration > API access (requires IT Admin role). Secret shown once; rotate on
    suspected compromise.
  source: https://developer.gloat.com/docs/authentication
- name: gloatApiKey
  type: apiKey
  in: header
  parameter_name: X-Gloat-API-Key
  companion_header: X-Tenant-ID
  applies_to: [Talent Marketplace API]
  features:
  - optional expiration dates
  - CIDR / IP allowlist restrictions
  - HTTPS enforced only
  credential_provisioning: Contact your Gloat representative to obtain an API key.
  source: https://developer.gloat.com/docs/talent-marketplace-authentication

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • 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 security artifact
curl "https://apis.io/api/v1/security/gloat-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

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

Get an API key

Free tier, no email required.

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