Docupilot · Schema

ScimApiKeyCreateResponse

ScimApiKeyCreateResponse schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
token string
key object
View JSON Schema on GitHub

JSON Schema

accounts-ScimApiKeyCreateResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ScimApiKeyCreateResponse",
  "description": "ScimApiKeyCreateResponse schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "key": {
      "$ref": "#/components/schemas/ScimApiKey"
    }
  },
  "required": [
    "key",
    "token"
  ]
}