Get apps integration authentication with brand
The app integration id to filter.
The code to filter.
The name of filter.
The description of filter.
The project id of filter.
The client email of filter.
The client id of filter.
The client secret of filter.
The private key of filter.
The redirect URI of filter.
The scope of filter.
The auth endpoint of filter.
The token endpoint of filter.
The icon URL of filter.
The tags of filter.
This enum is used to define the common status of an object in JFW.
Supported values:
- Inactive - In case of JFW object's status being inactive.
- Active - In case of JFW object's status being active
The sort data field to sort. By default, the value is ID.
Specifies the sorting order type for a collection.
The page number of the pagination. Default value is 0.
The page size of the pagination. Default value is 200.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The app authentication is not found.
API call exceeded rate limit due to too many requests.
Last updated