Skip to main content
GET
/
available_steps
List the available steps for a project
curl --request GET \
  --url https://api.pocketflows.com/available_steps \
  --header 'Authorization: Basic <encoded-value>'
{
  "available_steps": [
    {
      "id": "<string>",
      "type": "<string>",
      "display_text": "<string>",
      "image_urls_supported": true,
      "custom_step_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

A dictionary with an available_steps property which are the available steps for the project

available_steps
object[]
required

An array of available steps