# Dynamic method

This method is fully dynamic both in request/response and is available for specific client customizations on the customer endpoint.

Endpoint: POST /customers/dynamic/{function}
Version: 4.3.2
Security: api_key

## Path parameters:

  - `function` (string, required)
    Your custom function name provided by Oculos

## Response 200 fields (application/json):

  - `field1` (string)
    Example: "This is a string"

  - `field2` (number)
    Example: 123

  - `field3` (string)
    Example: "Another string"


## Response 400 fields

## Response 401 fields

## Response 404 fields
