{"id":26155749,"url":"https://github.com/dashlane/public-api-documentation","last_synced_at":"2026-02-28T13:09:04.738Z","repository":{"id":264775920,"uuid":"892620317","full_name":"Dashlane/public-api-documentation","owner":"Dashlane","description":"Public API OpenAPI Documentation","archived":false,"fork":false,"pushed_at":"2025-03-04T16:38:10.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-05T03:58:47.363Z","etag":null,"topics":["api","dashlane","documentation"],"latest_commit_sha":null,"homepage":"https://dashlane.github.io/public-api-documentation/","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dashlane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-22T13:09:33.000Z","updated_at":"2025-03-04T16:38:09.000Z","dependencies_parsed_at":"2024-11-26T09:32:31.536Z","dependency_job_id":"9f6e34b5-5b72-400a-9368-3f7d0c4622ff","html_url":"https://github.com/Dashlane/public-api-documentation","commit_stats":null,"previous_names":["dashlane/public-api-documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dashlane/public-api-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashlane%2Fpublic-api-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashlane%2Fpublic-api-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashlane%2Fpublic-api-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashlane%2Fpublic-api-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dashlane","download_url":"https://codeload.github.com/Dashlane/public-api-documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dashlane%2Fpublic-api-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29935037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:00:17.143Z","status":"ssl_error","status_checked_at":"2026-02-28T12:59:13.669Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","dashlane","documentation"],"created_at":"2025-03-11T08:59:00.646Z","updated_at":"2026-02-28T13:09:04.721Z","avatar_url":"https://github.com/Dashlane.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dashlane Public API Documentation\n\nWelcome to the **Dashlane Public API Documentation**.\nThis guide is designed for developers looking to integrate Dashlane into their applications.\nThe Dashlane Public API provides **read-only** access to valuable insights and functionalities related\nto your Dashlane team account, its members and their devices.\n\n### Key Features\n\nWith the Dashlane Public API, you can:\n\n-   Retrieve real-time team data, including roles, statuses, and usage metrics.\n-   Automate administrative tasks to boost operational efficiency.\n-   Analyze password health to identify weak, reused, or compromised credentials.\n-   Monitor historical trends to strengthen organizational cybersecurity.\n-   Develop custom solutions tailored to your workflows and integrate seamlessly with your existing systems.\n\n---\n\n## Getting Started\n\nTo access the Dashlane Public API endpoints, you'll need an API key. This key can be generated in two ways: directly through the [Dashlane Admin Console](https://support.dashlane.com/hc/en-us/articles/23955544757266-Dashlane-public-API) or the Dashlane CLI.\n\nFollow these steps to use the CLI:\n\n1. **Install the Dashlane CLI**  \n   Download and [install the Dashlane CLI](https://cli.dashlane.com/install) on your machine.\n\n2. **Log in to Your Dashlane Account**  \n   [Authenticate using the Dashlane CLI](https://cli.dashlane.com/personal/authentication) as a team administrator.\n\n3. **Generate an API Key**  \n   Use the Dashlane CLI to create an API key:\n\n    ```bash\n    dcli team public-api create-key \"Description of the key\"\n    ```\n\n    The generated API key will follow this format:  \n    `Bearer DLP_teamUuid_accessKey_secretKey`\n\n    **Important:** Store your API key securely as it will only be displayed once.\n\n    \u003e ![NOTE]\n    \u003e Use the `DLP` prefix to identify and scan API keys in your codebase and prevent leaking this secret.\n\n4. **Authenticate Your Requests**  \n   Add the API key to the `Authorization` header of your requests, as shown below:\n\n    ```bash\n    curl -X POST \\\n    'https://api.dashlane.com/public/teams/Members' \\\n    -H 'Content-Type: application/json' \\\n    -H 'Authorization: Bearer DLP_teamUuid_accessKey_secretKey' \\\n    -d '{ }'\n    ```\n\n---\n\n## API Reference\n\nDashlane provides an **OpenAPI 3.0 specification** to help you explore and utilize the Public API.\n\n-   Download the specification [here](https://get.dashlane.com/public-api/openapi.json).\n-   Alternatively, use the [Documentation UI](https://dashlane.github.io/public-api-documentation/) for a user-friendly interface to explore the available endpoints.\n\n---\n\n## Managing API Keys\n\nYou can manage your API keys from the [Dashlane Admin Console](https://support.dashlane.com/hc/en-us/articles/23955544757266-Dashlane-public-API) or from the Dashlane CLI:\n\n-   **List All API Keys:**\n\n    ```bash\n    dcli team public-api list-keys\n    ```\n\n-   **Revoke an API Key:**\n    ```bash\n    dcli team public-api revoke-key \u003caccessKey\u003e\n    ```\n\n---\n\n## Contributing\n\nWe welcome contributions to this project! If you have ideas or enhancements, feel free to fork the repository and submit a pull request.\nPlease ensure that any contributions are either open source or your original work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashlane%2Fpublic-api-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashlane%2Fpublic-api-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashlane%2Fpublic-api-documentation/lists"}