Private Apps HTTP 201

I am using the new Private Apps and the following endpoint:-

https://api.hubapi.com/crm/v3/objects/contacts

My properties are as follows:-

{
 "properties": {
 "lastname": "Cooper",
 "firstname": "Bryan",
 "email": "bcooper@biglytics.net",
 "lifecyclestage": "customer"
 }
}

I receive a HTTP 201 and when looking at the record it has none of the details entered.

Any ideas what I am doing wrong or is there a way to see the request of the 201 transaction as you are able to see the header and body sections of an incorrect (400) request?

Hi, there. Can you share an example of your request, please? Also, can you clarify your goal with this test? Are you trying to add a contact? Or update an exisiting one?

Thanks! — Jaycee

Morning Jaycee
I am trying to add a new contact with the following request:

{
	"hplite_contract_no_":"460006169",
	"lastname":"COOPER",
	"firstname":"BRYAN",
	"email":"cooperbryan@gmail.com.au",
	"phone":"+610424445555",
	"lifecyclestage":"customer",
	"hubspot_owner_id":"7974376"
}

Jaycee

I have successfully resolved the issue.

Many thanks

Hi There,

I happen to be experiencing the same issue. However, I am creating a deal instead of a contact. Mind sharing how you eventually resolved yours?

Thanks

Tumi