Skip to content
Communication/messaging

instagram.com

Instagram sandbox and mock API

Description of Instagram RESTful API. Current limitations: * Instagram service does not support [cross origin headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) for security reasons, therefore it is not possible to use Swagger UI and make API calls directly from browser. * Modification API requests (`POST`, `DELETE`) require additional security [scopes](https://instagr Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
27
Collections
-
Event types
-
example request
curl https://your-instagram.slurry.io/v1/locations/search \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 27.

  • GET/geographies/{geo-id}/media/recent
  • GET/locations/search
  • GET/locations/{location-id}
  • GET/locations/{location-id}/media/recent
  • GET/media/popular
  • GET/media/search
  • GET/media/shortcode/{shortcode}
  • GET/media/{media-id}
  • GET/media/{media-id}/comments
  • POST/media/{media-id}/comments
  • DELETE/media/{media-id}/comments/{comment-id}
  • GET/media/{media-id}/likes