---
title: "Get a cookie to allow for access to billing data"
method: POST
path: "/v1/account/billing_sso"
tags: ["Account"]
---

# Get a cookie to allow for access to billing data

`POST /v1/account/billing_sso`

Get  cookie to allow for access to billing data and perform billing operations

## Request body

- BillingSSORequest
  - `destination` 'clientarea.php' | 'index.php' | 'feature-requests.php' | 'registration.php' | 'upgrade.php' | 'zendesk.php', required — Page to SSO into
  - `params` string — URL params to pass to the destination

## Response `200`

OK

- BillingSSOResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` object
    - `link` string — Link to use to SSO into the Billing section of the Portal

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized to access endpoint
- `405` — Invalid input
- `500` — Internal error

---

[API](https://skmtc.net/rocket/apis/rocket-net-api.md) · [All operations](https://skmtc.net/rocket/apis/rocket-net-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rocket/rocket-net-api/revisions/db0dcbbc5764/schema)
