Interactions
Get Interaction
Retrieves details of a specific interaction identified by its ID.
GET
/
api
/
public
/
interactions
/
{interactionId}
Headers
x-openmic-public-key
string
requiredAPI key for authentication.
Path Parameters
interactionId
integer
requiredThe ID of the interaction to retrieve
Response
200 - application/json
interactionId
integer
The ID of the interaction.
fromPhoneNumberId
integer
The ID of the phone number initiating the interaction.
toPhoneNumber
string
The phone number receiving the interaction.
botId
integer
The ID of the bot involved in the interaction.
timestamp
string
The timestamp when the interaction occurred.