Skip to main content

    Build foundational API knowledge

    Course overview
    Lesson
    1 min read

    Format an API call

    GET requests are helpful for reporting and viewing data, but POST requests are where you can actually create custom objects in Klaviyo and manipulate your Klaviyo data. These requests require formatting your data in the right way so that Klaviyo can properly ingest the data. Learn how to use available resources to format POST requests.

    Use API documentation to make a POST request

    In the previous section, you made a POST request with no body that did not go through successfully. Let's walk through how to use the documentation as a blueprint to build a POST request.

    Resources

    The API documentation referenced in the above video can be found here:

    Format an API call