Hey guys,
I'm tryin to insert leads via rest api and am getting an access token invalid error. I've verified the token and I believe everything is formatted properly...
URL: https://XYZ.mktorest.com/rest/v1/leads.json?access_token=some_verified_token
HTTP Headers: Authorization: Bearer: some_verified_token
HTTP body:
{"Action":"createOnly",
"lookupField":"email",
"input":[
{"email":"aaron@blahblah.com"},
{"email":"will@blahblahblah.com"},
{"email":"yigit@blahblahblahblah.com"}]
}
Any help would be appreciated. Thanks!