Flow Designer Experience API

(0 reviews)

Getting Started

This getting started guide shows how to create a project and start working on it.

  1. Get Credentials from CoreServices

1. Get Credentials from CoreServices

To start using the Flow Designer Experience API it is necessary to be authenticated as it is mandatory to send the token for every operation.
To retrieve this token, a POST request must be made to the endpoint https://anypoint.mulesoft.com/accounts/login with the username and password in the body:

{
  "username": <user>,
  "password": <password>
}

Then just add the data for organization-id, owner and authorization token as explained previously in the [API Pre-Requisites][1] part.


Reviews