Welcome to the New BigPanda API Documentation
curl: Make a raw HTTPS request from your code or the command line.POST: Create a resource or submit data.GET: Retrieve a resource or list.PUT: Update an existing resource.DELETE: Remove a resource.Content-Type: application/json on requests with a body, and set Accept: application/json to receive JSON. A few endpoints — for example, mapping enrichment record uploads — expect a different payload format. Check the endpoint reference when in doubt.429 Too Many Requests. Retry after the interval indicated in the response, using exponential backoff. See Rate limits and Best practices.