Package api
Class IdentitiesApi
java.lang.Object
api.IdentitiesApi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateIdentityRequest createIdentityRequest) Create an Identity Create an `Identity` for your merchant or buyer.createAssociatedIdentity(String identityId, CreateIdentityRequest createIdentityRequest) Create an Associated Identity Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.okhttp3.CallcreateAssociatedIdentityAsync(String identityId, CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback) Create an Associated Identity (asynchronously) Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.okhttp3.CallcreateAssociatedIdentityCall(String identityId, CreateIdentityRequest createIdentityRequest, ApiCallback _callback) Build call for createAssociatedIdentitycreateAssociatedIdentityWithHttpInfo(String identityId, CreateIdentityRequest createIdentityRequest) Create an Associated Identity Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.okhttp3.CallcreateIdentityAsync(CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback) Create an Identity (asynchronously) Create an `Identity` for your merchant or buyer.okhttp3.CallcreateIdentityCall(CreateIdentityRequest createIdentityRequest, ApiCallback _callback) Build call for createIdentitycreateIdentityVerification(String identityId, CreateVerificationRequest createVerificationRequest) Verify an Identity Verify an identityokhttp3.CallcreateIdentityVerificationAsync(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) Verify an Identity (asynchronously) Verify an identityokhttp3.CallcreateIdentityVerificationCall(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) Build call for createIdentityVerificationcreateIdentityVerificationWithHttpInfo(String identityId, CreateVerificationRequest createVerificationRequest) Verify an Identity Verify an identitycreateIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest) Create an Identity Create an `Identity` for your merchant or buyer.Fetch an Identity Retrieve the details of a previously created `Identity`.intokhttp3.CallgetIdentityAsync(String identityId, ApiCallback<Identity> _callback) Fetch an Identity (asynchronously) Retrieve the details of a previously created `Identity`.okhttp3.CallgetIdentityCall(String identityId, ApiCallback _callback) Build call for getIdentitygetIdentityWithHttpInfo(String identityId) Fetch an Identity Retrieve the details of a previously created `Identity`.list(ListIdentitiesQueryParams listIdentitiesQueryParams) List Identities Retrieves a list of `Identities`.listAssocaiatedIdentities(String identityId, ListIdentityAssociatedIdentitiesQueryParams listIdentityAssociatedIdentitiesQueryParams) List Associated Identities Retrieve a list of `Associated Identities` for an `Identity`.okhttp3.CallputIdentityAsync(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback<Identity> _callback) Update an Identity (asynchronously) Update an existing `Identity`.okhttp3.CallputIdentityCall(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback _callback) Build call for putIdentityputIdentityWithHttpInfo(String identityId, UpdateIdentityRequest updateIdentityRequest) Update an Identity Update an existing `Identity`.voidsetCustomBaseUrl(String customBaseUrl) voidsetFinixClient(FinixClient finixClient) voidsetHostIndex(int hostIndex) update(String identityId, UpdateIdentityRequest updateIdentityRequest) Update an Identity Update an existing `Identity`.
-
Constructor Details
-
IdentitiesApi
public IdentitiesApi() -
IdentitiesApi
-
-
Method Details
-
getFinixClient
-
setFinixClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
createAssociatedIdentityCall
public okhttp3.Call createAssociatedIdentityCall(String identityId, CreateIdentityRequest createIdentityRequest, ApiCallback _callback) throws ApiException Build call for createAssociatedIdentity- Parameters:
identityId- ID of `Identity` to associate object with. (required)createIdentityRequest- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createAssociatedIdentity
public Identity createAssociatedIdentity(String identityId, CreateIdentityRequest createIdentityRequest) throws ApiException Create an Associated Identity Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.- Parameters:
identityId- ID of `Identity` to associate object with. (required)createIdentityRequest- (optional)- Returns:
- Identity
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createAssociatedIdentityWithHttpInfo
public ApiResponse<Identity> createAssociatedIdentityWithHttpInfo(String identityId, CreateIdentityRequest createIdentityRequest) throws ApiException Create an Associated Identity Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.- Parameters:
identityId- ID of `Identity` to associate object with. (required)createIdentityRequest- (optional)- Returns:
- ApiResponse<Identity>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createAssociatedIdentityAsync
public okhttp3.Call createAssociatedIdentityAsync(String identityId, CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback) throws ApiException Create an Associated Identity (asynchronously) Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.- Parameters:
identityId- ID of `Identity` to associate object with. (required)createIdentityRequest- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityCall
public okhttp3.Call createIdentityCall(CreateIdentityRequest createIdentityRequest, ApiCallback _callback) throws ApiException Build call for createIdentity- Parameters:
createIdentityRequest- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
create
Create an Identity Create an `Identity` for your merchant or buyer. Creating `Identities` for merchants requires [providing their KYC details](/guides/getting-started/#step-1-create-an-identity-for-a-merchant). Related Guides: [Getting Started](/guides/getting-started/#step-1-create-an-identity-for-a-merchant), [Onboarding](/guides/onboarding/)- Parameters:
createIdentityRequest- (optional)- Returns:
- Identity
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityWithHttpInfo
public ApiResponse<Identity> createIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest) throws ApiException Create an Identity Create an `Identity` for your merchant or buyer. Creating `Identities` for merchants requires [providing their KYC details](/guides/getting-started/#step-1-create-an-identity-for-a-merchant). Related Guides: [Getting Started](/guides/getting-started/#step-1-create-an-identity-for-a-merchant), [Onboarding](/guides/onboarding/)- Parameters:
createIdentityRequest- (optional)- Returns:
- ApiResponse<Identity>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityAsync
public okhttp3.Call createIdentityAsync(CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback) throws ApiException Create an Identity (asynchronously) Create an `Identity` for your merchant or buyer. Creating `Identities` for merchants requires [providing their KYC details](/guides/getting-started/#step-1-create-an-identity-for-a-merchant). Related Guides: [Getting Started](/guides/getting-started/#step-1-create-an-identity-for-a-merchant), [Onboarding](/guides/onboarding/)- Parameters:
createIdentityRequest- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityVerificationCall
public okhttp3.Call createIdentityVerificationCall(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback _callback) throws ApiException Build call for createIdentityVerification- Parameters:
identityId- ID of identity to fetch (required)createVerificationRequest- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 201 Single Verification object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityVerification
public Verification createIdentityVerification(String identityId, CreateVerificationRequest createVerificationRequest) throws ApiException Verify an Identity Verify an identity- Parameters:
identityId- ID of identity to fetch (required)createVerificationRequest- (optional)- Returns:
- Verification
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Single Verification object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityVerificationWithHttpInfo
public ApiResponse<Verification> createIdentityVerificationWithHttpInfo(String identityId, CreateVerificationRequest createVerificationRequest) throws ApiException Verify an Identity Verify an identity- Parameters:
identityId- ID of identity to fetch (required)createVerificationRequest- (optional)- Returns:
- ApiResponse<Verification>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 201 Single Verification object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
createIdentityVerificationAsync
public okhttp3.Call createIdentityVerificationAsync(String identityId, CreateVerificationRequest createVerificationRequest, ApiCallback<Verification> _callback) throws ApiException Verify an Identity (asynchronously) Verify an identity- Parameters:
identityId- ID of identity to fetch (required)createVerificationRequest- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 201 Single Verification object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
getIdentityCall
Build call for getIdentity- Parameters:
identityId- ID of the `identity` to fetch (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
get
Fetch an Identity Retrieve the details of a previously created `Identity`.- Parameters:
identityId- ID of the `identity` to fetch (required)- Returns:
- Identity
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
getIdentityWithHttpInfo
Fetch an Identity Retrieve the details of a previously created `Identity`.- Parameters:
identityId- ID of the `identity` to fetch (required)- Returns:
- ApiResponse<Identity>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
getIdentityAsync
public okhttp3.Call getIdentityAsync(String identityId, ApiCallback<Identity> _callback) throws ApiException Fetch an Identity (asynchronously) Retrieve the details of a previously created `Identity`.- Parameters:
identityId- ID of the `identity` to fetch (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
list
List Identities Retrieves a list of `Identities`.- Returns:
- APIlistIdentitiesRequest
- Throws:
ApiException- Http Response Details:
Status Code Description Response Headers 200 List of Identity objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
listAssocaiatedIdentities
public IdentitiesList listAssocaiatedIdentities(String identityId, ListIdentityAssociatedIdentitiesQueryParams listIdentityAssociatedIdentitiesQueryParams) throws ApiException List Associated Identities Retrieve a list of `Associated Identities` for an `Identity`.- Parameters:
identityId- ID of `Identity` to associate object with. (required)- Returns:
- APIlistIdentityAssociatedIdentitiesRequest
- Throws:
ApiException- Http Response Details:
Status Code Description Response Headers 200 List of Identity objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
putIdentityCall
public okhttp3.Call putIdentityCall(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback _callback) throws ApiException Build call for putIdentity- Parameters:
identityId- ID of the `identity` to fetch (required)updateIdentityRequest- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
update
public Identity update(String identityId, UpdateIdentityRequest updateIdentityRequest) throws ApiException Update an Identity Update an existing `Identity`. If you are updating the `Identity` of a `Merchant` that’s already been onboarded, you need to [verify the merchant again](#operation/createMerchantVerification).- Parameters:
identityId- ID of the `identity` to fetch (required)updateIdentityRequest- (optional)- Returns:
- Identity
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
putIdentityWithHttpInfo
public ApiResponse<Identity> putIdentityWithHttpInfo(String identityId, UpdateIdentityRequest updateIdentityRequest) throws ApiException Update an Identity Update an existing `Identity`. If you are updating the `Identity` of a `Merchant` that’s already been onboarded, you need to [verify the merchant again](#operation/createMerchantVerification).- Parameters:
identityId- ID of the `identity` to fetch (required)updateIdentityRequest- (optional)- Returns:
- ApiResponse<Identity>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
putIdentityAsync
public okhttp3.Call putIdentityAsync(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback<Identity> _callback) throws ApiException Update an Identity (asynchronously) Update an existing `Identity`. If you are updating the `Identity` of a `Merchant` that’s already been onboarded, you need to [verify the merchant again](#operation/createMerchantVerification).- Parameters:
identityId- ID of the `identity` to fetch (required)updateIdentityRequest- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 Single Identity object * finix-apiuser-role -
* date -
* x-request-id -
400 Error * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-