Create Chat Profile
POST
/api/chatbots/{id}/profiles
Create a pre-configured chat profile with birth data
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Parameters
Path Parameters
id*
Typestring
RequiredRequest Body
application/json
JSON
{
"data": {
"type": "chat-profile",
"attributes": {
"externalUserId": "string",
"birthDate": "string",
"birthTime": "string",
"birthPlaceLat": 0,
"birthPlaceLng": 0,
"birthPlaceName": "string",
"timezone": "string",
"metadata": {
"additionalProperties": "string"
}
}
}
}
Responses
Created profile
application/vnd.api+json
JSON
[
]