API Reference > Introduction > Send Requests
  

Send Requests

When you make an API call in the REST client, the request is sent in JSON format. Depending on the request, the REST client receives a response in JSON format that contains the information for the request that was sent.
To make an API call, enter the URL to access the API, header requests, methods, and request parameters.

URL

Here's the URL structure for requests:
<baseApiUrl><endpoint>
The base API URL differs for each POD.
For example, if the application URL for your POD is https://cdgc.dm1-us.informaticacloud.com/, then the base API URL is https://idmc-api.dm1-us.informaticacloud.com.
The following table displays the base API URL for some PODs:
POD Name
Base API URL
AP SouthEast 1 (APSE1)
https://idmc-api.dm-ap.informaticacloud.com/
Canada Central 1 (CAC1)
https://idmc-api.dm-na.informaticacloud.com/
EM West 1 (EMW1)
https://idmc-api.dm-em.informaticacloud.com/
NA West 1 (USW1)
https://idmc-api.dm-us.informaticacloud.com/
UK (UK1)
https://idmc-api.dm-uk.informaticacloud.com/

Headers

The following table describes the header request that you should use to send the Data Governance and Catalog API requests:
Header
Description
Content-Type:application/json
This header is required for the POST method. It indicates that the client is sending a JSON request.
Authorization:Bearer <jwt_token>
This header is required to secure all your API requests.
X-INFA-ORG-ID:<Org ID>
This header is required for POST and GET methods. It indicates the user's organization to send API requests to.
The org ID is obtained from the Login API.
IDS-SESSION-ID
This header is required for sending API requests to upload your data quality scores to Data Governance and Catalog.
x-infa-show-custom-attribute-label
This header controls how custom attributes are displayed in the API response.
When set to true, the response shows user-friendly custom attribute labels instead of class names.
When set to false, the response shows the class names for custom attributes.
x-infa-show-association-label
This header controls how associations (relationships) are displayed in the API response.
When set to true, the response shows user-friendly association labels instead of association names.
When set to false, the response shows the association names.