# Investoday Data API ## Docs - [Add a new pet to the store.](https://i.v0v.ai/api-reference/pet/add-a-new-pet-to-the-store.md): Add a new pet to the store. - [Deletes a pet.](https://i.v0v.ai/api-reference/pet/deletes-a-pet.md): Delete a pet. - [Find pet by ID.](https://i.v0v.ai/api-reference/pet/find-pet-by-id.md): Returns a single pet. - [Finds Pets by status.](https://i.v0v.ai/api-reference/pet/finds-pets-by-status.md): Multiple status values can be provided with comma separated strings. - [Finds Pets by tags.](https://i.v0v.ai/api-reference/pet/finds-pets-by-tags.md): Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. - [Update an existing pet.](https://i.v0v.ai/api-reference/pet/update-an-existing-pet.md): Update an existing pet by Id. - [Updates a pet in the store with form data.](https://i.v0v.ai/api-reference/pet/updates-a-pet-in-the-store-with-form-data.md): Updates a pet resource based on the form data. - [Uploads an image.](https://i.v0v.ai/api-reference/pet/uploads-an-image.md): Upload image of the pet. - [Delete purchase order by identifier.](https://i.v0v.ai/api-reference/store/delete-purchase-order-by-identifier.md): For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors. - [Find purchase order by ID.](https://i.v0v.ai/api-reference/store/find-purchase-order-by-id.md): For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions. - [Place an order for a pet.](https://i.v0v.ai/api-reference/store/place-an-order-for-a-pet.md): Place a new order in the store. - [Returns pet inventories by status.](https://i.v0v.ai/api-reference/store/returns-pet-inventories-by-status.md): Returns a map of status codes to quantities. - [Create user.](https://i.v0v.ai/api-reference/user/create-user.md): This can only be done by the logged in user. - [Creates list of users with given input array.](https://i.v0v.ai/api-reference/user/creates-list-of-users-with-given-input-array.md): Creates list of users with given input array. - [Delete user resource.](https://i.v0v.ai/api-reference/user/delete-user-resource.md): This can only be done by the logged in user. - [Get user by user name.](https://i.v0v.ai/api-reference/user/get-user-by-user-name.md): Get user detail based on username. - [Logs out current logged in user session.](https://i.v0v.ai/api-reference/user/logs-out-current-logged-in-user-session.md): Log user out of the system. - [Logs user into the system.](https://i.v0v.ai/api-reference/user/logs-user-into-the-system.md): Log into the system. - [Update user resource.](https://i.v0v.ai/api-reference/user/update-user-resource.md): This can only be done by the logged in user. ## OpenAPI Specs - [openapi](https://i.v0v.ai/openapi.json)