Does it impact me?
It only impacts you if you’re using:
central-api.phonon.io
and not:
central.phonon.io
Executive Summary:
Following URL:
https://central-api.phonon.io/kairos-apis/outbound/create
was yielding the following response before:
{ "api-response-code": 200, "api-response-message": "Success", "request-id": "49efc4f5-19ea-46b5-b114-0e8336c433ee", "call-details": [ { "client-identifier": "3ee266dd-8945-4cd5-ac11-5f07d31adce3", "phonon-uuid": "57288c7f-68a5-4a34-81f1-3efad1cd7f82" }, { "client-identifier": "145797e8-ea79-4cb8-a848-eef7227f27f5", "phonon-uuid": "bc11949a-65f4-491d-8840-3eb11121919e" } ] }
will now be yielding the following response now:
This has been updated on Tuesday 21st, February, 2023.
{ "api-response-code": 202, "api-response-message": "Accepted", "request-id": "9ae732e9-aa25-4e19-a66c-dd18bd9a51f7", "call-details": null }
and:
The Phonon UUID is not shared in the response.
The Request ID is shared and can be used to track the status in your account.
The response status code is 202
The
Whitelist IP
section of the Central Admin Portal will not implement on the bulk API. You can reach out to your Account Manager or help@phonon.io for any IP whitelisting. If your IP is not whitelisted, you’ll get a 403 status code.
Why are the changes made?
We have made the changes in the Bulk API module of Central, that increases our API throughput capability by more than 10x.
What are the upcoming changes?
The response JSON will be further enhanced to communicate scenarios in case of an error.
I need more information, what can I do?
Reach out to your Account Manager or help@phonon.io for the same.
Add Comment