Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Test

All SummitAI API Requests contain the following common parameters:

Test

For API Key Based Authentication

Common Parameters

Parameter NameTypeDescriptionNotes
AuthType

STRING

Type of Authentication.Value should be APIKey.
APIKey

STRING

APIKey that is generated that is described in API Authentication and Authorization section.
ProxyID

INTEGER

Unique Identification number of the proxy.The value should be 0.
ReturnType

STRING

Type of the request return.For Example: Json, XML, YAML, etc.
OrgID

INTEGER

Unique Identification of the Organization.The value should be 1.
TokenID

STRING

Number of the token whose details should come in Response.The value should be empty.

For Username and Password Based Authentication

Common Parameters

Test3

Parameter NameTypeDescriptionNotes
UserName

STRING

Login name of the User.
Password

STRING

Login password of the User.
ProxyID

INTEGER

Unique Identification number of the proxy.The value should be 0.
ReturnType

STRING

Type of the request return.For Example: Json, XML, YAML, etc.
OrgID

INTEGER

Unique Identification of the Organization.The value should be 1.
TokenID

STRING

Number of the token whose details should come in Response.The value should be empty.


 

  • No labels