The below method, can be used for a call transfer.

curl --request POST \
  --url https://api.acefone.co.uk/v1/call/transfer \
  --header 'accept: application/json' \
  --header 'authorization: Authorization'

Response

Variable NameDescriptionData Type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!