Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get All Workflows
This is to list all available workflows.
Required Scope
x-api-key
Responses
 api success icon
200
Down Arrow

{

    "message": "workflows fetched successfully",

    "workflows": [

        {

            "_id": "66793f4ea45c0347a572d0b1",

            "name": "Invoice",

            "created_at": "2024-06-24T09:41:34.231000"

        },

        {

            "_id": "66793f4ea45c0347a572d0b0",

            "name": "PurchaseOrder",

            "created_at": "2024-06-24T09:41:34.071000"

        },

        {

            "_id": "66793f4da45c0347a572d0af",

            "name": "BillOfLading",

            "created_at": "2024-06-24T09:41:33.926000"

        },

        {

            "_id": "66793f4da45c0347a572d0ae",

            "name": "DrivingLicense",

            "created_at": "2024-06-24T09:41:33.792000"

        },

        {

            "_id": "66793f4da45c0347a572d0ad",

            "name": "Passport",

            "created_at": "2024-06-24T09:41:33.497000"

        }

    ]

}

 api error icon
401
 api error icon
403
Down Arrow

{

    "detail": "Could not validate credentials"

}

 api error icon
404
 api error icon
500

{

"error": "Error fetching models:{error_info}"

}

Language
Authorization
x-api-key
Introduction questionmark image
Bearer open lock iconBearer lock icon
token is required
documentId is required
workflowId is required
file upload
Upload File
document is required
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Library
Curl Request
Down Arrow

  • curl --request GET \
  • --url https://api.webflow.com/v2/token autho
  • --header 'accept: application/json'
Response
 api success icon api error icon
200
 api success icon
200
Example
Down Arrow
  • {
  • "id": "545bbecb7bdd6769632504a7",
  • "email": "some@email.com",
  • "firstName": "Some",
  • "lastName": "One",
  • }