Sending custom field info via api

Hi Andy, the question here is are you using REST (I guess it is this one) or XML-RPC to communicate with the API?

For REST, you can use this API call to retrieve the Contact Custom Fields to see the Id numbers.
https://developer.keap.com/docs/rest/#operation/retrieveContactModelUsingGET

And example of sending custom fields is given in this discussion here:

For XML-RPC, you would have to prefix the custom field name with the underscore, but there is no Id Number.