Dashlane Time API

The Time API from Dashlane — 1 operation(s) for time.

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/dashlane-time-api"
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 email required.

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

OpenAPI Specification

dashlane-time-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Dashlane public API documentation Teams Time API
  description: This is Dashlane public API documentation
  contact:
    name: Dashlane API team
    email: contact@dashlane.com
    url: https://www.dashlane.com
  version: '2026-07-17T15:19:22.696Z'
servers:
- url: https://api.dashlane.com/public
  description: The production API server
tags:
- name: Time
paths:
  /time/GetRemoteTime:
    get:
      tags:
      - Time
      description: Retrieve the UNIX timestamp (in seconds) of the current time according to Dashlane servers
      operationId: GET-time-GetRemoteTime
      responses:
        '200':
          description: Successful request
          content:
            application/json:
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                  data:
                    type: object
                    properties:
                      timestamp:
                        description: The UNIX timestamp of the current time
                        type: integer
                    additionalProperties: false
                    required:
                    - timestamp
                required:
                - requestId
                - data
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                  errors:
                    type: array
                    items:
                      type: object
                      required:
                      - type
                      properties:
                        code:
                          type: string
                        message:
                          type: string
                        type:
                          type: string
                required:
                - requestId
                - errors
              examples:
                example:
                  summary: example
                  value:
                    requestId: 00000000-0000-0000-0000-000000000001
                    errors:
                    - type: server_error
                      code: internal_error
                      message: Internal Error
        '503':
          description: Service Unavailable
          content:
            application/json:
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                  errors:
                    type: array
                    items:
                      type: object
                      required:
                      - type
                      properties:
                        code:
                          type: string
                        message:
                          type: string
                        type:
                          type: string
                required:
                - requestId
                - errors
              examples:
                example:
                  summary: example
                  value:
                    requestId: 00000000-0000-0000-0000-000000000001
                    errors:
                    - type: endpoint_disabled
                      code: endpoint_disabled
                      message: This endpoint has been disabled temporarily
      security:
      - NONE: []
      parameters: []
      x-authentication:
      - NONE
      x-former-ws:
      - path: remotetime/get
        androidSupport: true
        appleSupport: false
        webSupport: true
        assignedCoreTeam: Platform
      x-rate-limit:
        mode: disabled
        count: 150
        intervalSec: 120
        property: remoteIP
      x-feature-group-team: Server Platform
      x-feature-group-name: Server Platform
    post:
      tags:
      - Time
      description: Retrieve the UNIX timestamp (in seconds) of the current time according to Dashlane servers
      operationId: time-GetRemoteTime
      responses:
        '200':
          description: Successful request
          content:
            application/json:
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                  data:
                    type: object
                    properties:
                      timestamp:
                        description: The UNIX timestamp of the current time
                        type: integer
                    additionalProperties: false
                    required:
                    - timestamp
                required:
                - requestId
                - data
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                  errors:
                    type: array
                    items:
                      type: object
                      required:
                      - type
                      properties:
                        code:
                          type: string
                        message:
                          type: string
                        type:
                          type: string
                required:
                - requestId
                - errors
              examples:
                example:
                  summary: example
                  value:
                    requestId: 00000000-0000-0000-0000-000000000001
                    errors:
                    - type: server_error
                      code: internal_error
                      message: Internal Error
        '503':
          description: Service Unavailable
          content:
            application/json:
              schema:
                type: object
                properties:
                  requestId:
                    type: string
                  errors:
                    type: array
                    items:
                      type: object
                      required:
                      - type
                      properties:
                        code:
                          type: string
                        message:
                          type: string
                        type:
                          type: string
                required:
                - requestId
                - errors
              examples:
                example:
                  summary: example
                  value:
                    requestId: 00000000-0000-0000-0000-000000000001
                    errors:
                    - type: endpoint_disabled
                      code: endpoint_disabled
                      message: This endpoint has been disabled temporarily
      security:
      - NONE: []
      parameters: []
      x-authentication:
      - NONE
      x-former-ws:
      - path: remotetime/get
        androidSupport: true
        appleSupport: false
        webSupport: true
        assignedCoreTeam: Platform
      x-rate-limit:
        mode: disabled
        count: 150
        intervalSec: 120
        property: remoteIP
      x-feature-group-team: Server Platform
      x-feature-group-name: Server Platform
components:
  securitySchemes:
    NONE:
      type: http
      description: Does not require anything to access the endpoint
      scheme: x-dashlane-auth-none
    PublicAPIToken:
      type: http
      scheme: bearer
      description: Bearer authentication with DLP token