Recuperar profile

É possível recuperar o profile configurado pelo usuário da apikey através da requisição GET para o endpoint api/Profiles:

curl --request GET \
  --url https://api-cerberus-kong.socialminer.tech/api/Profiles/ \
  --header 'apikey: {APIKEY}' \
  --header 'version: 4.0'

Caso haja um profile cadastrado, o mesmo é retornado numa lista conforme abaixo com o http status 200:

{
	"data": [
		{
			"messaging_product": "whatsapp",
			"address": "<business-address>",
			"description": "<business-description>",
			"vertical": "OTHER",
			"about": "<profile-about-text>",
			"email": "<business-email>",
			"profile_picture_url": "https://pps.whatsapp.net/v/t61.24694-24/328169253_515386747475726_2469723774843531285_n.jpg?ccb=11-4&oh=01_AdS6J4sTd40_4XDXikeNvxWaOwBqNIDwtzKOuXIbUrj5aw&oe=64255AE4",
			"websites": [
				"https://www.website.com/",
				"https://www.website.com/"
			]
    }
	]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Facebook phone identifier

Headers
string

Gateway credential user

string

Gateway credential origin group

string

Gateway credential

Response
200

Success

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!