acopaer
acopaer backed api
84 subscribers
39 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
acopaer endpoints
| Method | Endpoint | Description |
|---|---|---|
| Set-Metadata | ||
| GET |
CountCompanies /companies/count |
# Description GET Number Of Companies This url is to get the number of Companies created is type `GET`, the url is `BASE_URL/companies/count` and returns the number of Companies. |
| PUT |
UpdateCompanyBy:tax_number /companies/{tax_number} |
# Description PUT Company By tax_number This url is to update a Company by tax_number is type `PUT`, the url is `BASE_URL/companies/tax_number` and returns empty and the code… |
| GET |
AllCompanies /companies/ |
# Description GET All Companies This url is to get all Companies created is type `GET`, the url is `BASE_URL/companies` and returns an array of objects or only an object depends… |
| DELETE |
DeleteCompanyBy:tax_number /companies/{tax_number} |
# Description DELETE Company By tax_number This url is to delete a Company by tax_number is type `DELETE`, the url is `BASE_URL/companies/tax_number` and returns the object… |
| GET |
CompanyBy:tax_number /companies/{tax_number} |
# Description GET Company By tax_number This url is to get a Company by tax_number is type `GET`, the url is `BASE_URL/companies/tax_number` and returns only an object. The param… |
| POST |
CreateCompany /companies/ |
# Description POST Company This url is to create a Company is type `POST`, the url is `BASE_URL/companies` and returns the id of the object created. Inside of body must have an… |
| PATCH |
UpdateSetMetadata /companies/{tax_number}/set-metadata |
# Description PATCH SetMetadata By tax_number This url is to update a SetMetadata by tax_number is type `PATCH`, the url is `BASE_URL/companies/tax_number/set-metadata` and… |
| Forms | ||
| GET |
FormBy:id /forms/{id} |
# Description GET Form By id This url is to get a Form by id is type `GET`, the url is `BASE_URL/forms/id` and returns only an object. The param is `id` must type there the id of… |
| POST |
DisableForm /forms/{id}/disable |
# Description POST Disable Form This url is to disable a Form by id is type `POST`, the url is `BASE_URL/forms/id/disable` and returns empty and the code status 204. The param is… |
| GET |
CountForms /forms/count |
# Description GET Number Of Forms This url is to get the number of Forms created is type `GET`, the url is `BASE_URL/forms/count` and returns the number of Forms. |
| PUT |
UpdateFormBy:id /forms/{id} |
# Description PUT Form By id This url is to update a Form by id is type `PUT`, the url is `BASE_URL/forms/id` and returns the object updated. The param is `id` must type there… |
| POST |
CreateForms /forms |
# Description POST Forms This url is to create a Forms is type `POST`, the url is `BASE_URL/forms` and returns the id of the object created. Inside of body must have an object… |
| DELETE |
DeleteFormBy:id /forms/{id} |
# Description DELETE Form By id This url is to delete a Form by id is type `DELETE`, the url is `BASE_URL/forms/id` and returns the object deleted. The param is `id` must type… |
| POST |
EnableForm /forms/{id}/enable |
# Description POST Enable Form This url is to Enable a Form by id is type `POST`, the url is `BASE_URL/forms/id/enable` and returns empty and the code status 204. The param is… |
| GET |
AllForms /forms/ |
# Description GET All Forms This url is to get all Forms created is type `GET`, the url is `BASE_URL/forms` and returns an array of objects or only an object depends on how many… |
| Answers Forms | ||
| GET |
CountAnswersForms /answers-forms/count |
# Description GET Number Of Answers Forms This url is to get the number of Answers Forms created is type `GET`, the url is `BASE_URL/answers-forms/count` and returns the number… |
| POST |
CreateAnswerForm /answers-forms |
# Description POST Answer Form This url is to create a Answer Form is type `POST`, the url is `BASE_URL/answers-forms` and returns the id of the object created. Inside of body… |
| GET |
AnswerFormBy:id /answers-forms/{id} |
# Description GET Answer Form By id This url is to get a Answer Form by id is type `GET`, the url is `BASE_URL/answers-forms/id` and returns only an object. The param is `id`… |
| GET |
AllAnswersForms /answers-forms |
# Description GET All Answers Forms This url is to get all Answers Forms created is type `GET`, the url is `BASE_URL/answers-forms` and returns an array of objects or only an… |
| DELETE |
DeleteAnswerFormBy:id /answers-forms/{id} |
# Description DELETE Answer Form By id This url is to delete a Form By by id is type `DELETE`, the url is `BASE_URL/answers-forms/id` and returns the object deleted. The param is… |
| PUT |
UpdateAnswerFormBy:id /answers-forms/{id} |
# Description PUT Answer Form By id This url is to update a Answer Form by id is type `PUT`, the url is `BASE_URL/answers-forms/id` and returns empty and the code status 204. The… |
| Reviewers | ||
| GET |
ReviewerBy:id /reviewers/{id} |
# Description GET Reviewer By id This url is to get a Reviewer by id is type `GET`, the url is `BASE_URL/reviewers/id` and returns only an object. The param is `id` must type… |
| GET |
AllReviewers /reviewers |
# Description GET All Reviewers This url is to get all Reviewers created is type `GET`, the url is `BASE_URL/reviewers` and returns an array of objects or only an object depends… |
| POST |
CreateReviewer /reviewers/ |
# Description POST Reviewer This url is to create a Reviewer is type `POST`, the url is `BASE_URL/reviewers` and returns the object created. Inside of body must have an object… |
| PUT |
UpdateReviewerBy:id /reviewers/{id} |
# Description PUT Reviewer By id This url is to update a Reviewer by id is type `PUT`, the url is `BASE_URL/reviewers/id` and returns the object updated. The param is `id` must… |
| DELETE |
DeleteReviewerBy:id /reviewers/{id} |
# Description DELETE Reviewer By id This url is to delete a Reviewer by id is type `DELETE`, the url is `BASE_URL/reviewers/id` and returns the object deleted. The param is `id`… |
| GET |
CountReviewers /reviewers/count |
# Description GET Number Of Reviewers This url is to get the number of Reviewers created is type `GET`, the url is `BASE_URL/reviewers/count` and returns the number of Reviewers. |
| Form Actions | ||
| GET |
FormActionBy:id /form-actions/{id} |
# Description GET Form Action By id This url is to get a Form Action by id is type `GET`, the url is `BASE_URL/form-actions/id` and returns only an object. The param is `id` must… |
| PUT |
UpdateFormActionBy:id /form-actions/{id} |
# Description PUT Form Action By id This url is to update a Form Action by id is type `PUT`, the url is `BASE_URL/form-actions/id` and returns the object updated. The param is… |
| GET |
AllFormActions /form-actions/ |
# Description GET All Form Actions This url is to get all Form Actions created is type `GET`, the url is `BASE_URL/form-actions` and returns an array of objects or only an object… |
| DELETE |
DeleteFormActionBy:id /form-actions/{id} |
# Description DELETE Form Action By id This url is to delete a Form Action by id is type `DELETE`, the url is `BASE_URL/form-actions/id` and returns the object deleted. The param… |
| POST |
CreateFormAction /form-actions/ |
# Description POST Form Action This url is to create a Form Action is type `POST`, the url is `BASE_URL/form-actions` and returns the object created. Inside of body must have an… |
| GET |
CountFormActions /form-actions/count |
# Description GET Number Of Form Actions This url is to get the number of Form Actions created is type `GET`, the url is `BASE_URL/form-actions/count` and returns the number of… |
| Scenarios | ||
| GET |
ScenarioBy:id /scenarios/{id} |
# Description GET Scenario By id This url provides a Scenario by id, method type `GET`. `BASE_URL/scenarios/id` returns only an object. ### Url parms: * `id`: scenario id |
| PUT |
UpdateScenarioBy:id /scenarios/{id} |
# Description PUT Scenario By id This url provides a Scenario by id, method type `PUT`. `BASE_URL/scenarios/id` returns the object updated. ### Url params: * `id` = scenario id… |
| POST |
CreateScenario /scenarios/ |
# Description POST Scenario This url provides a Scenario, method type `POST`. `BASE_URL/scenarios` returns the object created. ### Body ``` { "name": "test", "code": "test" } ``` |
| GET |
AllScenarios /scenarios |
# Description GET All Scenarios This url provides all Scenarios created, method type `GET`. `BASE_URL/scenarios` returns an array of objects or only an object depends on how many… |
| DELETE |
DeleteScenarioBy:id /scenarios/{id} |
# Description DELETE Scenario By id This url provides a Scenario by id, method type `DELETE`. `BASE_URL/scenarios/id` returns the object deleted. ### Url params: * `id` =… |
| GET |
CountScenarios /scenarios/count |
# Description GET Number Of Scenarios This url provides the Scenarios quantity created, method type `GET`. `BASE_URL/scenarios/count` returns the Scenarios quantity. |
acopaer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|