---
title: "Create Account"
method: GET
path: "/v2/authorize"
tags: ["Accounts"]
---

# Create Account

`GET /v2/authorize`

Create a new user and obtain an access token. See our Quick Account Creation guide to get started.

## Query parameters

- `client_id` string, required
- `redirect_uri` string, required
- `referer` string
- `response_type` string, required
- `scope` string, required
- `sign_up_email` string, email
- `sign_up_first_name` string
- `sign_up_last_name` string
- `utm_campaign` string
- `utm_content` string
- `utm_medium` string
- `utm_source` string

## Other responses

- `302` — Redirect to authorization URL
- `400` — This schema can be expected for 4xx 'Malformed request.' errors
- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `500` — This schema can be expected for 5xx 'A server error occurred.' errors
- `503` — 503 Response
- `504` — 504 Response

---

[API](https://skmtc.dev/zapier/apis/trigger-inbox-api.md) · [All operations](https://skmtc.dev/zapier/apis/trigger-inbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zapier/trigger-inbox-api/revisions/3fc4c2846ba1/schema)
