GET api/OAuth?start={start}&limit={limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | integer |
Default value is 0 |
|
| limit | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
Collection of OAuthCredentials| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Type | OAuthType |
None. |
|
| Active | boolean |
None. |
|
| NeedsPopup | boolean |
None. |
|
| Name | string |
None. |
|
| EndpointUri | string |
None. |
|
| AuthEndpoint | string |
None. |
|
| TokenEndpoint | string |
None. |
|
| AuthUrl | URI |
None. |
|
| TokenUrl | URI |
None. |
|
| ClientId | string |
None. |
|
| ClientSecret | string |
None. |
|
| AccessToken | string |
None. |
|
| RefreshToken | string |
None. |
|
| AccessTokenRefreshDate | date |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfOAuthCredentials xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<OAuthCredentials>
<EndpointUri>sample string 5</EndpointUri>
<AuthEndpoint>sample string 6</AuthEndpoint>
<TokenEndpoint>sample string 7</TokenEndpoint>
<ClientId>sample string 8</ClientId>
<ClientSecret>sample string 9</ClientSecret>
<AccessToken>sample string 10</AccessToken>
<RefreshToken>sample string 11</RefreshToken>
<AccessTokenRefreshDate>2025-12-06T05:13:47.7881162+01:00</AccessTokenRefreshDate>
<id>1</id>
<Type>TribeCRM</Type>
<Active>true</Active>
<NeedsPopup>true</NeedsPopup>
<Name>sample string 4</Name>
</OAuthCredentials>
<OAuthCredentials>
<EndpointUri>sample string 5</EndpointUri>
<AuthEndpoint>sample string 6</AuthEndpoint>
<TokenEndpoint>sample string 7</TokenEndpoint>
<ClientId>sample string 8</ClientId>
<ClientSecret>sample string 9</ClientSecret>
<AccessToken>sample string 10</AccessToken>
<RefreshToken>sample string 11</RefreshToken>
<AccessTokenRefreshDate>2025-12-06T05:13:47.7881162+01:00</AccessTokenRefreshDate>
<id>1</id>
<Type>TribeCRM</Type>
<Active>true</Active>
<NeedsPopup>true</NeedsPopup>
<Name>sample string 4</Name>
</OAuthCredentials>
</ArrayOfOAuthCredentials>