staging.api.bimabot.ipfsoftwares.com Open in urlscan Pro
159.223.24.49  Public Scan

Submitted URL: https://staging.api.bimabot.ipfsoftwares.com/
Effective URL: https://staging.api.bimabot.ipfsoftwares.com/v1/docs/
Submission: On June 11 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input class="download-url-input" type="text" id="download-url-input" value=""><button class="download-url-button button">Explore</button></form>

Text Content

Explore


BIMA API

 1.0.0 

OAS 3.0

Bima system API

Servers
http://localhost:8000/v1 - Development server
Authorize



ACCESS CONTROL

GET
access-control/roles
Retrieve all roles

POST
access-control/roles
Create a new role

GET
access-control/roles/{roleId}
Retrieve a specific role by ID

PUT
access-control/roles/{roleId}
Update a specific role by ID

DELETE
access-control/roles/{roleId}
Remove a specific role by ID



AUTHENTICATION

POST
/auth/sign-in
Sign in a user

POST
/auth/reset-password
Reset a user's password

POST
/auth/change-password
Change a user's password



CLAIMS

POST
/claims
Add a new claim

GET
/claims
Retrieve all claims

GET
/claims/{claimId}
Retrieve a specific claim by ID

PUT
/claims/{claimId}
Update a claim by ID

DELETE
/claims/{claimId}
Remove a claim by ID



CUSTOMERS

POST
/customers
Add a new customer

GET
/customers
Retrieve all customers

GET
/customers/{customerId}
Retrieve a customer by ID

PUT
/customers/{customerId}
Update a customer by ID

DELETE
/customers/{customerId}
Remove a customer by ID



GROUPS

POST
/groups
Add a new group

GET
/groups
Retrieve all groups

GET
/groups/{groupId}
Retrieve a group by ID

PUT
/groups/{groupId}
Update a group by ID

DELETE
/groups/{groupId}
Remove a group by ID

GET
/groups/{groupId}/members
Retrieve members of a group by ID

POST
/groups/{groupId}/members
Add members in a group



POLICIES

POST
/policies
Add a new policy

GET
/policies
Retrieve all policies

GET
/policies/{policyId}
Retrieve a policy by ID

PUT
/policies/{policyId}
Update a policy by ID

DELETE
/policies/{policyId}
Remove a policy by ID



POLICYHOLDERS

POST
/policyholders
Add a new policy holder

GET
/policyholders
Retrieve all policy holders

GET
/policyholders/{policyholderId}
Retrieve a policy holder by ID

PUT
/policyholders/{policyholderId}
Update a policy holder by ID

DELETE
/policyholders/{policyholderId}
Remove a policy holder by ID



USERS

GET
/users
Retrieve all users

POST
/users
Add a new user

GET
/users/{userId}
Retrieve a user by ID

PUT
/users/{userId}
Update a user by ID

DELETE
/users/{userId}
Delete a user by ID