Skip to content
--- aside: false outline: false ---

Get a custom form

GET
/clients/{clientId}/custom-forms/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
id*
Type
string
Required
Pattern
"^cust_form_"

Responses

Custom form object

application/json
JSON
{
  
"id": "string",
  
"createdAt": "string",
  
"updatedAt": "string",
  
"client": "string",
  
"name": "string",
  
"description": "string",
  
"sourceTracking": {
  
  
"additionalProperties": "string"
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI