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

The stages a contact moves through in your sales process. The list comes pre-populated and can be edited to fit your account.

## Endpoints

- **GET** `/statuses` — [Get the list of statuses (for the logged API user's account)](https://developer.onepagecrm.com/api/reference/statuses/get-statuses/) ([md](https://developer.onepagecrm.com/api/reference/statuses/get-statuses.md))
- **POST** `/statuses` — [Create a new status](https://developer.onepagecrm.com/api/reference/statuses/post-statuses/) ([md](https://developer.onepagecrm.com/api/reference/statuses/post-statuses.md))
- **GET** `/statuses/{status_id}` — [Get a specific status](https://developer.onepagecrm.com/api/reference/statuses/get-statuses-status_id/) ([md](https://developer.onepagecrm.com/api/reference/statuses/get-statuses-status_id.md))
- **PUT** `/statuses/{status_id}` — [Update a specific status](https://developer.onepagecrm.com/api/reference/statuses/put-statuses-status_id/) ([md](https://developer.onepagecrm.com/api/reference/statuses/put-statuses-status_id.md))
- **DELETE** `/statuses/{status_id}` — [Delete a specific status](https://developer.onepagecrm.com/api/reference/statuses/delete-statuses-status_id/) ([md](https://developer.onepagecrm.com/api/reference/statuses/delete-statuses-status_id.md))
