Prerequisites
- Install the Postman client.
- Generate the access token by following the instructions in the Getting Started with fabric APIs section.
- Get the
x-fabric-tenant-id
by following the instructions in the Getting the Account ID section.
Procedure
- Go to the fabric Developer Portal.
- To try an API endpoint, go to the corresponding page.
For example, to add an attribute go to the Create Attribute page. You can click the Examples menu in the request field to view request examples with data. - To run the API request, do the following:
- In the Bearer field in the right pane, enter the access token.
- In the BODY PARAMS section, enter the required setting for each parameter.
- In the Headers section, enter the required setting for each parameter.
- In the right pane, click Try it.