Twilio Memory V1
Connector for the twilio-memory-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://memory.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchprofile— GET /v1/Stores/{storeId}/Profiles/{profileId} — Get Profilelistprofileidentifiers— GET /v1/Stores/{storeId}/Profiles/{profileId}/Identifiers — List Profile Identifiersfetchprofileidentifier— GET /v1/Stores/{storeId}/Profiles/{profileId}/Identifiers/{idType} — Retrieve Profile Identifierlistprofileobservations— GET /v1/Stores/{storeId}/Profiles/{profileId}/Observations — List Observationsfetchprofileobservation— GET /v1/Stores/{storeId}/Profiles/{profileId}/Observations/{observationId} — Retrieve Observationlistobservationrevisions— GET /v1/Stores/{storeId}/Profiles/{profileId}/Observations/{observationId}/Revisions — List Observation Revisions
Inputs
apiKey— your twilio-memory-v1 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: fetchprofile
apiKey: <your key>