Business 360 REST API Reference > Business 360 REST API > REST API versions of the login resource
  

REST API versions of the login resource

You can log in to Informatica Intelligent Cloud Services using the platform REST API version 2 or version 3 login resource.
Note: The version of any subsequent resource that you use does not need to match the version of the login resource that you use to log in.
Note the following differences between REST API version 2 and version 3 calls:
Format
You can use the following formats depending upon which API version you use:
Login URL
Use one of the following login URLs:
Your POD (Point of Deployment) region is based on the location of your Informatica Intelligent Cloud Services data center. The POD region is included in the URL that you received when you registered with Informatica Intelligent Cloud Services. For North America, use us.
Base URL
The login response includes the base URL that you must include in subsequent calls. The base URL includes the following components:
The following example is a base URL for an organization on the use4-mdm.dm-us POD:
https://use4-mdm.dm-us.informaticacloud.com/saas
In the login response, the attribute that provides the base URL depends on the API version that you use to log in. For example:
Session ID
The login response includes a session ID that you must include in headers for subsequent requests during this session. In the login response, the name of the session ID attribute depends on the API version that you used to log in.
Use one of the following attributes:
For more information about session IDs, see Session IDs