Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 477 Bytes

r_GetLoginKey.md

File metadata and controls

20 lines (13 loc) · 477 Bytes

GetLoginKey

Returns the api key when called with the correct username and password.

Company.GetLoginKey parameters

Name Type Description
company xsd:string Login company.
login xsd:string Account name.
password xsd:string Account password.

Company.GetLoginKey response

Type Description
xsd:string API key.

Parent topic: Company