curl --request GET \
--url https://api.hubapi.com/owners/v2/owners/{ownerId}
"\nExample URL to GET: 'http://api.hubapi.com/owners/v2/owners/64'\n\nSample JSON Response:\n\n{\n portalId: 62515,\n ownerId: 64,\n type: \"PERSON\",\n firstName: \"Bat\",\n lastName: \"Man\",\n email: \"batman@gmail.com\",\n createdAt: 1405605858624,\n updatedAt: 1416928146449,\n remoteList: [\n {\n portalId: 62515,\n ownerId: 64,\n remoteId: \"137304\",\n remoteType: \"HUBSPOT\",\n active: true\n }\n ]\n}\n"
Get an owner by its ownerId.
curl --request GET \
--url https://api.hubapi.com/owners/v2/owners/{ownerId}
"\nExample URL to GET: 'http://api.hubapi.com/owners/v2/owners/64'\n\nSample JSON Response:\n\n{\n portalId: 62515,\n ownerId: 64,\n type: \"PERSON\",\n firstName: \"Bat\",\n lastName: \"Man\",\n email: \"batman@gmail.com\",\n createdAt: 1405605858624,\n updatedAt: 1416928146449,\n remoteList: [\n {\n portalId: 62515,\n ownerId: 64,\n remoteId: \"137304\",\n remoteType: \"HUBSPOT\",\n active: true\n }\n ]\n}\n"
Successful response - Get an owner by its ownerId
The response is of type object
.
Was this page helpful?