Mock sample for your project: Slack Web API

Integrate with "Slack Web API" from slack.com in no time with Mockoon's ready to use mock sample

Slack Web API

slack.com

Version: 1.7.0


Use this API in your project

Integrate third-party APIs faster by using "Slack Web API" ready-to-use mock sample. Mocking this API will help you accelerate your development lifecycles and improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.
It also helps reduce your dependency on third-party APIs: no more accounts to create, API keys to provision, accesses to configure, unplanned downtime, etc.

Description

One way to interact with the Slack platform is its HTTP RPC-based Web API, a collection of methods requiring OAuth 2.0-based user, bot, or workspace tokens blessed with related OAuth scopes.

Other APIs in the same category

VSOnline

visualstudio.com
Public APIs for managing VS Codespaces

GoToMeeting

The GoToMeeting API provides seamless integration of GoToMeeting provisioning and meeting management into your existing infrastructure or third party applications. For customers, the ability to add, suspend or delete an organizer in your GoToMeeting Corporate account from within your primary management systems simplifies and streamlines the entire process of account management. The ability to monitor meeting schedules, history and active meeting status allows managers to leverage GoToMeeting activities through your primary applications. For third parties, the ability to create, update or delete a meeting from within your application makes real-time collaboration possible for your customers. The ability to update meeting schedules, view history and scheduled meetings, and view attendees from past meetings allows you to enhance your users' experience and the value of your applications.

Prime ReportStream

A router of public health data from multiple senders and receivers

Greenwire Public API

Greenpeace Greenwire allows you connect with other volunteers, activists and groups working on environmental campaigns all across the world!

OnSched API

onsched.com
Build secure and scalable custom apps for onboarding and setup. Our flexible API provides many options for configuration.
Take the API for a test drive. Just click on the Authorize button below and authenticate.
You can access our demo company profile if you are not a customer, or your own profile by using your assigned ClientId and Secret.
The API has two interfaces, consumer and setup.
The consumer interface provides all the endpoints required for implementing consumer booking flows.
The setup interface provides endpoints for profile configuration and setup.
Toggle freely between the two interfaces using the swagger tool bar option labelled 'Select a definition'.

Flat API

The Flat API allows you to easily extend the abilities of the Flat Platform, with a wide range of use cases including the following:
Creating and importing new music scores using MusicXML, MIDI, Guitar Pro (GP3, GP4, GP5, GPX, GP), PowerTab, TuxGuitar and MuseScore files
Browsing, updating, copying, exporting the user's scores (for example in MP3, WAV or MIDI)
Managing educational resources with Flat for Education: creating & updating the organization accounts, the classes, rosters and assignments.
The Flat API is built on HTTP. Our API is RESTful It has predictable resource URLs. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body.
The schema of this API follows the OpenAPI Initiative (OAI) specification, you can use and work with compatible Swagger tools.
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec.
You can use your favorite HTTP/REST library for your programming language to use Flat's API. This specification and reference is available on Github.
Getting Started and learn more:
API Overview and introduction
Authentication (Personal Access Tokens or OAuth2)
SDKs
Rate Limits
Changelog

OnSched API Utility

onsched.com
Endpoints for system utilities. e.g.Health
This document describes the REST API of Trello as published by Trello.com.
Official Documentation
The HTML pages that were scraped in order to generate this specification.

Bitbucket API

Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.

OnSched API

onsched.com
Build secure and scalable custom apps for Online Booking. Our flexible API provides many options for availability and booking.
Take the API for a test drive. Just click on the Authorize button below and authenticate.
You can access our demo company profile if you are not a customer, or your own profile by using your assigned ClientId and Secret.
The API has two interfaces, consumer and setup.
The consumer interface provides all the endpoints required for implementing consumer booking flows.
The setup interface provides endpoints for profile configuration and setup.
Toggle freely between the two interfaces using the swagger tool bar option labelled 'Select a definition'.

Orthanc API

orthanc-server.com
This is the full documentation of the REST API of Orthanc. This reference is automatically generated from the source code of Orthanc. A shorter cheat sheet is part of the Orthanc Book. An earlier, manually crafted version from August 2019, is still available, but is not up-to-date anymore (source).

Avaza API Documentation

avaza.com
Welcome to the autogenerated documentation & test tool for Avaza's API. API Security & Authentication Authentication options include OAuth2 Implicit and Authorization Code flows, and Personal Access Token. All connections should be encrypted over SSL/TLS You can set up and manage your api authentication credentials from within your Avaza account. (requires Administrator permissions on your Avaza account). OAuth2 Authorization endpoint: https://any.avaza.com/oauth2/authorize OAuth2 Token endpoint: https://any.avaza.com/oauth2/token Base URL for subsequent API Requests: https://api.avaza.com/ Blogpost about authenticating with Avaza's API: https://www.avaza.com/avaza-api-oauth2-authentication/ Blogpost on using Avaza's webhooks: https://www.avaza.com/avaza-api-webhook-notifications/ The OAuth flow currently issues Access Tokens that last 1 day, and Refresh tokens that last 180 days The Api respects the security Roles assigned to the authenticating Avaza user and filters the data return appropriately. Support For API Support, and to request access please contact Avaza Support Team via our support chat. User Contributed Libraries: Graciously contributed by 3rd party users like you. Note these are not tested or endorsesd by Avaza. We encourage you to review before use, and use at own risk. - PHP OAuth Client Package for Azava API (by Debiprasad Sahoo)