Token-Based Authentication Access to the API is controlled through access tokens and refresh tokens, ensuring secure communication and limiting unauthorized usage.Description: This method is used to authenticate an agent in the IMTS system. The agent transmits its credentials (agent_ID) and (agent_secret) and receives an access token and a refresh token.Important The access token is required to perform all operations related to transfers. The refresh token is used to extend the session without the need to re-enter credentials.
Request
Body Params application/json
agent_id
string
required
Unique partner identifier, provided by support
agent_secret
string
required
Partner's secret key, used for authentication, provided by support