Remote · Authentication Profile

Remote Authentication

Authentication

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

CompanyHRPayrollEmployer of RecordGlobal EmploymentContractorsBenefitsComplianceHuman Resources
Methods: http, oauth2 Schemes: 5 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

BasicAuth http
scheme: basic
ClientToken http
scheme: bearer
OAuth2 oauth2
· flows: authorizationCode, clientCredentials
OAuth2Assertion oauth2
· flows: clientCredentials
OAuth2AuthorizationCode oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/remote-openapi-original.json
docs: https://developer.remote.com/docs/authentication
notes: >-
  Remote supports several auth methods by use case. Partners: OAuth 2.0 Client
  Credentials (act as themselves), OAuth 2.0 Authorization Code (act on behalf
  of a consenting customer, storing the refresh_token), OAuth 2.0 Assertion
  (jwt-bearer, act on behalf of an employee of an authorized company), Basic
  Auth (CLIENT_ID/CLIENT_SECRET to mint tokens), and Client Token (bearer, for
  marketing endpoints only — no PII). Access tokens are valid for 3600 seconds.
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  description: |-
    Authenticate using the basic authentication for partners.

    Use the CLIENT_ID as login and CLIENT_SECRET as password.
  sources:
  - openapi/remote-openapi-original.json
- name: ClientToken
  type: http
  scheme: bearer
  description: |-
    Authenticate a partner using only the the provided `client_token`.

    This authentication method only allows accessing marketing endpoints.
  sources:
  - openapi/remote-openapi-original.json
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: /auth/oauth2/authorize
    tokenUrl: /auth/oauth2/token
    scopes: 73
  - flow: clientCredentials
    tokenUrl: /auth/oauth2/token
    scopes: 18
  description: Authenticate using OAuth 2.0 protocol.
  sources:
  - openapi/remote-openapi-original.json
- name: OAuth2Assertion
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /auth/oauth2/token
    scopes: 21
  description: Authenticate as the employee using the `urn:ietf:params:oauth:grant-type:jwt-bearer`
    grant in the OAuth2 protocol.
  sources:
  - openapi/remote-openapi-original.json
- name: OAuth2AuthorizationCode
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: /auth/oauth2/authorize
    tokenUrl: /auth/oauth2/token
    scopes: 73
  description: Authenticate as the token authorizer using `authorization_code` / `refresh_token`
    grants in the OAuth 2.0 protocol.
  sources:
  - openapi/remote-openapi-original.json

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/remote-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 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.