Back to Collection Items
func chilkatTest() {
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
let http = CkoHttp()!
var success: Bool
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "name": "",
// "client_secret": "",
// "logo_uri": "",
// "callbacks": [
// ""
// ],
// "allowed_origins": [
// ""
// ],
// "client_aliases": [
// ""
// ],
// "allowed_clients": [
// ""
// ],
// "allowed_logout_urls": [
// ""
// ],
// "token_endpoint_auth_method": "",
// "app_type": "",
// "is_first_party": true,
// "jwt_configuration": {
// "lifetime_in_seconds": 0,
// "secret_encoded": true,
// "scopes": {},
// "alg": ""
// },
// "encryption_key": {
// "pub": "",
// "cert": ""
// },
// "sso": true,
// "custom_login_page_on": true,
// "custom_login_page": "",
// "custom_login_page_preview": "",
// "form_template": "",
// "is_heroku_app": true,
// "addons": {
// "aws": {},
// "azure_blob": {},
// "azure_sb": {},
// "rms": {},
// "mscrm": {},
// "slack": {},
// "box": {},
// "cloudbees": {},
// "concur": {},
// "dropbox": {},
// "echosign": {},
// "egnyte": {},
// "firebase": {},
// "newrelic": {},
// "office365": {},
// "salesforce": {},
// "salesforce_api": {},
// "salesforce_sandbox_api": {},
// "samlp": {},
// "layer": {},
// "sap_api": {},
// "sharepoint": {},
// "springcm": {},
// "wams": {},
// "wsfed": {},
// "zendesk": {},
// "zoom": {}
// },
// "resource_servers": [
// {
// "identifier": "",
// "scopes": [
// ""
// ]
// }
// ],
// "client_metadata": {},
// "mobile": {
// "android": {},
// "ios": {}
// }
// }
let json = CkoJsonObject()!
json.update("name", value: "")
json.update("client_secret", value: "")
json.update("logo_uri", value: "")
json.update("callbacks[0]", value: "")
json.update("allowed_origins[0]", value: "")
json.update("client_aliases[0]", value: "")
json.update("allowed_clients[0]", value: "")
json.update("allowed_logout_urls[0]", value: "")
json.update("token_endpoint_auth_method", value: "")
json.update("app_type", value: "")
json.updateBool("is_first_party", value: true)
json.updateInt("jwt_configuration.lifetime_in_seconds", value: 0)
json.updateBool("jwt_configuration.secret_encoded", value: true)
json.updateNewObject("jwt_configuration.scopes")
json.update("jwt_configuration.alg", value: "")
json.update("encryption_key.pub", value: "")
json.update("encryption_key.cert", value: "")
json.updateBool("sso", value: true)
json.updateBool("custom_login_page_on", value: true)
json.update("custom_login_page", value: "")
json.update("custom_login_page_preview", value: "")
json.update("form_template", value: "")
json.updateBool("is_heroku_app", value: true)
json.updateNewObject("addons.aws")
json.updateNewObject("addons.azure_blob")
json.updateNewObject("addons.azure_sb")
json.updateNewObject("addons.rms")
json.updateNewObject("addons.mscrm")
json.updateNewObject("addons.slack")
json.updateNewObject("addons.box")
json.updateNewObject("addons.cloudbees")
json.updateNewObject("addons.concur")
json.updateNewObject("addons.dropbox")
json.updateNewObject("addons.echosign")
json.updateNewObject("addons.egnyte")
json.updateNewObject("addons.firebase")
json.updateNewObject("addons.newrelic")
json.updateNewObject("addons.office365")
json.updateNewObject("addons.salesforce")
json.updateNewObject("addons.salesforce_api")
json.updateNewObject("addons.salesforce_sandbox_api")
json.updateNewObject("addons.samlp")
json.updateNewObject("addons.layer")
json.updateNewObject("addons.sap_api")
json.updateNewObject("addons.sharepoint")
json.updateNewObject("addons.springcm")
json.updateNewObject("addons.wams")
json.updateNewObject("addons.wsfed")
json.updateNewObject("addons.zendesk")
json.updateNewObject("addons.zoom")
json.update("resource_servers[0].identifier", value: "")
json.update("resource_servers[0].scopes[0]", value: "")
json.updateNewObject("client_metadata")
json.updateNewObject("mobile.android")
json.updateNewObject("mobile.ios")
// Adds the "Authorization: Bearer {{auth0_token}}" header.
http.authToken = "{{auth0_token}}"
http.setRequestHeader("Content-Type", value: "application/json")
var resp: CkoHttpResponse? = http.postJson3("https://{{auth0_domain}}/api/v2/clients", contentType: "application/json", json: json)
if http.lastMethodSuccess == false {
print("\(http.lastErrorText!)")
return
}
print("\(resp!.statusCode.intValue)")
print("\(resp!.bodyStr!)")
resp = nil
}
Curl Command
curl -X POST
-H "Authorization: Bearer {{auth0_token}}"
-H "Content-Type: application/json"
-d '{
"name": "",
"client_secret": "",
"logo_uri": "",
"callbacks": [
""
],
"allowed_origins": [
""
],
"client_aliases": [
""
],
"allowed_clients": [
""
],
"allowed_logout_urls": [
""
],
"token_endpoint_auth_method": "",
"app_type": "",
"is_first_party": true,
"jwt_configuration": {
"lifetime_in_seconds": 0,
"secret_encoded": true,
"scopes": {},
"alg": ""
},
"encryption_key": {
"pub": "",
"cert": ""
},
"sso": true,
"custom_login_page_on": true,
"custom_login_page": "",
"custom_login_page_preview": "",
"form_template": "",
"is_heroku_app": true,
"addons": {
"aws": {},
"azure_blob": {},
"azure_sb": {},
"rms": {},
"mscrm": {},
"slack": {},
"box": {},
"cloudbees": {},
"concur": {},
"dropbox": {},
"echosign": {},
"egnyte": {},
"firebase": {},
"newrelic": {},
"office365": {},
"salesforce": {},
"salesforce_api": {},
"salesforce_sandbox_api": {},
"samlp": {},
"layer": {},
"sap_api": {},
"sharepoint": {},
"springcm": {},
"wams": {},
"wsfed": {},
"zendesk": {},
"zoom": {}
},
"resource_servers": [
{
"identifier": "",
"scopes": [
""
]
}
],
"client_metadata": {},
"mobile": {
"android": {},
"ios": {}
}
}'
https://{{auth0_domain}}/api/v2/clients
Postman Collection Item JSON
{
"name": "Create a client",
"request": {
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "Bearer {{auth0_token}}"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"name\": \"\",\r\n \"client_secret\": \"\",\r\n \"logo_uri\": \"\",\r\n \"callbacks\": [\r\n \"\"\r\n ],\r\n \"allowed_origins\": [\r\n \"\"\r\n ],\r\n \"client_aliases\": [\r\n \"\"\r\n ],\r\n \"allowed_clients\": [\r\n \"\"\r\n ],\r\n \"allowed_logout_urls\": [\r\n \"\"\r\n ],\r\n \"token_endpoint_auth_method\": \"\",\r\n \"app_type\": \"\",\r\n \"is_first_party\": true,\r\n \"jwt_configuration\": {\r\n \"lifetime_in_seconds\": 0,\r\n \"secret_encoded\": true,\r\n \"scopes\": {},\r\n \"alg\": \"\"\r\n },\r\n \"encryption_key\": {\r\n \"pub\": \"\",\r\n \"cert\": \"\"\r\n },\r\n \"sso\": true,\r\n \"custom_login_page_on\": true,\r\n \"custom_login_page\": \"\",\r\n \"custom_login_page_preview\": \"\",\r\n \"form_template\": \"\",\r\n \"is_heroku_app\": true,\r\n \"addons\": {\r\n \"aws\": {},\r\n \"azure_blob\": {},\r\n \"azure_sb\": {},\r\n \"rms\": {},\r\n \"mscrm\": {},\r\n \"slack\": {},\r\n \"box\": {},\r\n \"cloudbees\": {},\r\n \"concur\": {},\r\n \"dropbox\": {},\r\n \"echosign\": {},\r\n \"egnyte\": {},\r\n \"firebase\": {},\r\n \"newrelic\": {},\r\n \"office365\": {},\r\n \"salesforce\": {},\r\n \"salesforce_api\": {},\r\n \"salesforce_sandbox_api\": {},\r\n \"samlp\": {},\r\n \"layer\": {},\r\n \"sap_api\": {},\r\n \"sharepoint\": {},\r\n \"springcm\": {},\r\n \"wams\": {},\r\n \"wsfed\": {},\r\n \"zendesk\": {},\r\n \"zoom\": {}\r\n },\r\n \"resource_servers\": [\r\n {\r\n \"identifier\": \"\",\r\n \"scopes\": [\r\n \"\"\r\n ]\r\n }\r\n ],\r\n \"client_metadata\": {},\r\n \"mobile\": {\r\n \"android\": {},\r\n \"ios\": {}\r\n }\r\n}"
},
"url": {
"raw": "https://{{auth0_domain}}/api/v2/clients",
"protocol": "https",
"host": [
"{{auth0_domain}}"
],
"path": [
"api",
"v2",
"clients"
]
},
"description": "Creates a new client application. The samples on the right show every attribute that can be used."
},
"response": [
]
}