---
title: "Create an Application"
method: POST
path: "/v2/applications"
tags: ["Applications"]
---

# Create an Application

`POST /v2/applications`

Create an application for a partner with desired params.

## Request body

- object
  - `group_slug` string, required — Slug of the group to create the application
  - `meta` object, required — Key value pairs that store additional information about this application. First and last name, email and business name required. Use the /application/form-template to view field names
    - `business_name` string, required
    - `email` string, required
    - `first_name` string, required
    - `last_name` string, required

## Response `200`

Create an application for a partner with desired params.

- object
  - `data` object, required — Applications represent partnerstack partners attempting to join vendor programs via public form
    - `created_at` integer — Immutable Unix timestamp in milliseconds taken at time of creation
    - `key` string — A unique identifier used to reference the object
    - `updated_at` integer — Unix timestamp in milliseconds taken at time of last update
    - `actioned_by` string, nullable — Name of the member that approved/declined this application
    - `approved` true | false | null, nullable — Has this application been approved by the vendor
    - `content` object — the filled out values for the application form itself
      - `email` string, nullable — Email for the applying partner
      - `first_name` string, nullable — First name of the partner applying
      - `last_name` string, nullable — Last name of the partner applying
    - `decline_reason` string, nullable — Reason given by vendor for not approving a specific application
    - `flag_reasons` unknown[], nullable — Reasons why a partnership was flagged for fraud
      - unknown
    - `fraud_flagged` boolean — Wherether or not the partner has been flagged for fraud
    - `group_name` string — Name of the group to which the partner is applying to become a part of
    - `partnership_source` string, nullable — Source of the partnership created from this application
    - `team_blocked` boolean, nullable — Whether the partner team has been blocked by the program
    - `team_color` string, nullable — Color representing the partner's team
    - `team_key` string, nullable — Key representing the partner's team
    - `team_logo` string, nullable — Filename representing the team logo
    - `team_name` string, nullable — Name of the partner team to which this applying partner belongs
    - `with_profile` boolean, nullable — Whether the partner team has used their team_profile instead of filling out the application form
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

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