v2
latestOpenAPI 3.0.02026-07-31172752.6 KBapplications
Create an application
Creates a new application in your organization. You may include its resources and permissions in the request body to define the access structure up front.
post/api/v1/applications
Headers
Idempotency-Keystring
Optional key (1–255 chars) for safely retrying a request. Reusing the same key for the same request returns 409 Conflict and is not processed again — this confirms the request was already received. Keys are retained for 14 days.
Request body
Response
Application
Example response
{
"admin_user_ids": [
"7488a646-e31f-11e4-aace-600308960665"
],
"auth_method": "okta",
"data_location": "EU",
"description": "Team communication platform",
"id": "7488a646-e31f-11e4-aace-600308960662",
"inserted_at": "2023-01-01T00:00:00Z",
"last_vendor_review_at": "2026-01-15",
"mfa_activated": true,
"notes": "Reviewed in Q4",
"owner_user_id": "7488a646-e31f-11e4-aace-600308960663",
"permanent_access_allowed": true,
"processed_data_types": [
"customer_data"
],
"provisioning_type": "automatic",
"risk_level": "medium",
"status": "requestable",
"tags": [
{
"id": "7488a646-e31f-11e4-aace-600308960666",
"title": "Communication"
}
],
"time_based_access_durations": [
"PT1H",
"P7D"
],
"title": "Slack",
"updated_at": "2023-01-01T00:00:00Z",
"url": "https://slack.com",
"user_count": 150,
"user_setup_url": "https://slack.com/get-started",
"vendor_certificates": [
"soc2_t2",
"iso_27001"
]
}