Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 581 Bytes

File metadata and controls

22 lines (14 loc) · 581 Bytes

Segment PAPI Python Test Scripts

A collection of Python scripts used for testing and validating Segment Public API (PAPI) integrations.

Purpose

This repository was created to support development, troubleshooting and API validation by:

  • Authenticating with the Segment Public API
  • Testing API endpoints
  • Validating request and response payloads
  • Reproducing customer-reported issues

Tech Stack

  • Python
  • Requests
  • Segment Public API

Notes

These scripts were developed as local testing utilities and are intended for development and troubleshooting purposes.