---
title: "Bootstrap"
description: "Bootstrap endpoints in the OnePageCRM REST API."
canonical_url: https://developer.onepagecrm.com/api/reference/bootstrap/
source: Markdown mirror of https://developer.onepagecrm.com/api/reference/bootstrap/
---

Account start-up data in a single call — settings, the logged user, and reference lists such as statuses and lead sources. Also used to log out or roll your API key.

## Endpoints

- **GET** `/bootstrap` — [Get useful information about the logged API user's account](https://developer.onepagecrm.com/api/reference/bootstrap/get-bootstrap/) ([md](https://developer.onepagecrm.com/api/reference/bootstrap/get-bootstrap.md))
- **POST** `/change_auth_key` — [Invalidate the current API key and return a new API key](https://developer.onepagecrm.com/api/reference/bootstrap/post-change_auth_key/) ([md](https://developer.onepagecrm.com/api/reference/bootstrap/post-change_auth_key.md))
