All URIs are relative to https://api.dataforseo.com
| Method | HTTP request | Description |
|---|---|---|
| userData | GET /v3/appendix/user_data | |
| errors | GET /v3/appendix/errors | |
| webhookResend | POST /v3/appendix/webhook_resend | |
| appendixStatus | GET /v3/appendix/status |
AppendixUserDataResponseInfo userData()
fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfrompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.user_data()
exceptApiExceptionase:
print("Exception: %s\n"%e) This endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful operation | - |
AppendixErrorsResponseInfo errors()
fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfrompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.errors()
exceptApiExceptionase:
print("Exception: %s\n"%e) This endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful operation | - |
AppendixWebhookResendResponseInfo webhookResend()
fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfromdataforseo_client.models.list_optional_appendix_webhook_resend_request_infoimportList[Optional[AppendixWebhookResendRequestInfo]]
frompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.webhook_resend([AppendixWebhookResendRequestInfo(
id="08161139-0001-0066-1000-06491d097ed5",
)]
)
exceptApiExceptionase:
print("Exception: %s\n"%e)| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **** | [**List<List[Optional[AppendixWebhookResendRequestInfo]]>**](List[Optional[AppendixWebhookResendRequestInfo]].md)| | [optional] |
AppendixWebhookResendResponseInfo
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful operation | - |
AppendixStatusResponseInfo appendixStatus()
fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfrompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.appendix_status()
exceptApiExceptionase:
print("Exception: %s\n"%e) This endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful operation | - |