Returns the list of fields you can assign when creating/updating a person.

Examples

curl -i https://api.passdock.com/api/v1/people/fields?api_token=75778a65dfdae310a107d2ef0bbd3780

Supported Formats

json

Success Response:

200 Good Request
              
[
  "name",
  "surname",
  "email",
  "telephone",
  "birthday",
  "custom_field",
  "list_ids"
]
          

Errors

400 Bad Request
401 Unauthorized

Params

Param name Description
api_token
required

Your Passdock API key


Value: Must be String