ExpoFP

Create interactive Expo floor plans

Go to site
Explore
/
Apps
/
ExpoFP

ExpoFP API Integrations

Build and run workflows using the ExpoFP API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Using the ExpoFP API, you can easily develop applications that can take advantage of the huge range of features available on the Expo platform.

Here are some examples of what you can build using the ExpoFP API:

  • A mobile app that can be used to book appointments and track events at your business
  • A social network for connecting with friends and family
  • A gaming platform that lets you play your favorite games with friends
  • A news feed that keeps you up-to-date with the latest news and events
  • A messaging app that lets you chat with friends and family
  • A GPS-based tracking system that lets you see where your friends and family are
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    expofp: {
      type: "app",
      app: "expofp",
    }
  },
  async run({steps, $}) {
    const data = {
      "token": `${this.expofp.$auth.api_token}`,
    }
    return await axios($, {
      method: "post",
      url: `https://app.expofp.com/api/v1/list-events`,
      headers: {
        "Content-Type": `application/json`,
      },
      data,
    })
  },
})
Get Booth with ExpoFP API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + ExpoFP
 
Try it
Get Booth with ExpoFP API on New Item in Feed from RSS API
RSS + ExpoFP
 
Try it
Get Booth with ExpoFP API on New Submission from Typeform API
Typeform + ExpoFP
 
Try it
Get Booth with ExpoFP API on Custom Events from Zoom API
Zoom + ExpoFP
 
Try it
Get Booth with ExpoFP API on New Submission (Instant) from Jotform API
Jotform + ExpoFP
 
Try it
Add Exhibitor with the ExpoFP API

Adds an exhibitor. See docs here

 
Try it
Get Booth with the ExpoFP API

Get details of a booth. See docs here

 
Try it
Get Exhibitor with the ExpoFP API

Get details of an exhibitor. See docs here

 
Try it
List All Events with the ExpoFP API

List all events. See docs here

 
Try it
Update Booth with the ExpoFP API

Updates a booth. See docs here

 
Try it

Authentication

ExpoFP uses API keys for authentication. When you connect your ExpoFP account, Pipedream securely stores the keys so you can easily authenticate to ExpoFP APIs in both code and no-code steps.

To retrieve your API Token,

  • Navigate to your ExpoFP account and sign in
  • Go to “Profile” > “API Token”