---
title: "Authorize to the partner portal"
method: POST
path: "/v2/auth/partner"
tags: ["API Authorization"]
---

# Authorize to the partner portal

`POST /v2/auth/partner`

Returns the access and refresh tokens.

## Headers

- `client-id` string
- `client-secret` string

## Request body

- SignView — Authorization credentials
  - `email` string — Account email
  - `password` string — Account password

## Response `200`

Successful authorization.

## Other responses

- `401` — Unsuccessful authorization.

---

[API](https://skmtc.dev/cloudally/apis/cloudally-rest-api.md) · [All operations](https://skmtc.dev/cloudally/apis/cloudally-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudally/cloudally-rest-api/revisions/97e3a3740b5b/schema)
