Obtains an XML API session ID using a REST API access token, which can then be used for XML API calls. The request must include a valid Bearer
token with appropriate permissions in the Authorization
header.
Each session ID is unique and is associated with the specific access token. Keep session IDs secure and don't expose them in logs or client-side code.
Get an XML API session ID for a REST API access token.
Executed
Bad Request
{- "ia::result": {
- "sessionId": "Qw8RmZ3TnB5GyJ7Hq8UvFzE0Xr9PLK2K1D4YjC7V6qDkZxWfB3l-tgJ2",
- "expiresIn": 21600
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}