ZippyKid activity API

The activity API from ZippyKid — 2 operation(s) for activity.

Operations 2

GET /activity/account-actions Account Activity Log Actions
GET /activity/site-actions Site Activity Log Actions

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/zippykid-activity-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

zippykid-activity-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Pressable API Documentation (v1) account Activity API
  version: 1.0.0
  description: The Pressable API is a tool for our customers to create personalized experiences and automate routine tasks. It accepts form-encoded requests and responds with information in a format called JSON. Although this OpenAPI documentation is a part of our resources, it's specially crafted for customers to use machine learning programs to generate documentation, tools or applications. If you're looking for more user friendly instructions and information, we recommend checking out our [main API documentation page](https://my.pressable.com/documentation/api/v1).
  termsOfService: https://pressable.com/legal/
  contact:
    email: help@pressable.com
servers:
- url: https://my.pressable.com/v1
tags:
- name: activity
paths:
  /activity/account-actions:
    get:
      tags:
      - activity
      summary: Account Activity Log Actions
      description: Retrieve a list of actions that you can use to filter account activity logs. Use the value in the 'name' field for filtering the logs.
      parameters: []
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Success
                  data:
                    type: array
                    items:
                      type: object
                    example:
                    - name: account.collaborator
                      description: Account Collaborator
                    - name: banned
                      description: Banned
                    - name: created
                      description: Created
                    - name: dns
                      description: DNS Records Updated
  /activity/site-actions:
    get:
      tags:
      - activity
      summary: Site Activity Log Actions
      description: Retrieve a list of actions that you can use to filter a site's activity logs. Use the value in the 'name' field for filtering the logs.
      parameters: []
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Success
                  data:
                    type: array
                    items:
                      type: object
                    example:
                    - name: backup.downloaded
                      description: Backup Downloaded
                    - name: wordpress.lightweight_404.disabled
                      description: Lightweight 404 Disabled
                    - name: wordpress.lightweight_404.enabled
                      description: Lightweight 404 Enabled
                    - name: wordpress.object_cache
                      description: Object Cache Purged
                    - name: wordpress.phpmyadmin_accessed
                      description: phpMyAdmin Accessed
                    - name: wordpress.version_updated
                      description: WordPress Version Updated
externalDocs:
  description: Find out more about The Pressable REST based API
  url: https://my.pressable.com/documentation/api/v1