Establish connection to Zuora REST API service
POST {{baseUrl}}/v1/connections
Establishes a connection to the Zuora REST API service based on a valid user credentials.nnThis call authenticates the user and returns an API session cookie that's used to authorize subsequent calls to the REST API. A call to connections is a required first step before using the Zuora REST API to access data.nnThe credentials must belong to a user account that has permission to access the API service.nnAs noted elsewhere, it's strongly recommended that an account used for Zuora API activity i
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
apiAccessKeyId | string | Account usernamen | |
apiSecretAccessKey | string | Account passwordn | |
Content | string | Must be multipart/form-data.n |