Reads a LinkedIn or Instagram profile by identifier from a connected account. On LinkedIn the identifier is the public identifier or a provider member id (use 'me' for the account owner); on Instagram it is the username. Requires a connected LinkedIn or Instagram account.
apiKeyAuth API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$uuid1 <= lengthapplication/json
application/json
application/json
application/json
application/json
curl -X POST "https://customermates.com/api/v1/messaging/social-profiles/search" \ -H "Content-Type: application/json" \ -d '{ "connectedAccountId": "ac03972a-5ca5-43c5-b96f-c519ac843b7a", "identifier": "string" }'{
"object": "User",
"id": "string",
"type": "individual",
"public_identifier": "string",
"display_name": "string",
"first_name": "string",
"last_name": "string",
"profile_url": "string",
"public_picture_url": "string",
"description": "string",
"specifics": {
"member_id": "string",
"network_distance": "string",
"can_send_inmail": true,
"relation_request": {
"object": "string",
"property1": null,
"property2": null
},
"location": "string",
"industry": "string",
"headline": "string",
"occupation": "string",
"followers_count": 0,
"relations_count": 0,
"shared_relations_count": 0,
"is_premium": true,
"is_influencer": true,
"is_creator": true,
"is_open_profile": true,
"is_open_to_work": true,
"website_url": "string",
"experience": [
{
"company": {
"name": "string",
"id": "string",
"public_identifier": "string",
"profile_url": "string",
"property1": null,
"property2": null
},
"job_title": "string",
"ended_on": "string",
"property1": null,
"property2": null
}
],
"property1": null,
"property2": null
},
"property1": null,
"property2": null
}"string""string""string""string"