Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More

How to Get RTF Target ID via the API

Publish Date: Aug 5, 2025
Steps

CONTENTS

You are using RTF. You need to get the target ID of your RTF.


STEPS TO FOLLOW

1. Please obtain a bearer token: How to generate your Authorization Bearer token for Anypoint Platform

2. Please obtain your Org ID: How to know my Organization ID (Org ID) on the Anypoint Platform

3. Please run the following curl for the list of RTF target IDs in your organization:
curl -L -X GET 'https://anypoint.mulesoft.com/runtimefabric/api/organizations/<YOUR_ORG_ID>/fabrics/'; \
-H 'Accept: application/json, text/plain, */*' \
-H 'Authorization: Bearer <YOUR_ACCESS_TOKEN>' \
-H 'X-ANYPNT-ORG-ID: <YOUR_ORG_ID>' \
-H 'Connection: keep-alive'

You will see something like this:
 
[
    {
        "id": "1234567-e93a-4e6a-889e-1231241223423",
        "name": "randall-flex22",
        "region": "us-east-1",
        "vendor": "aks",
        "vendorMetadata": {},
        "organizationId": "1234567-e93a-4e6a-889e-1231241223423,
        "version": "2.1.0",


...
Knowledge Article Number

001115403

 
Loading
Salesforce Help | Article