# Test endpoints Endpoints to test authenticated and public requests ## Public Hello Endpoint - [GET /v1/public/hello](https://docs.influencer-hero.com/ih_api/test-endpoints/publichello.md): A public endpoint to verify the API is working without authentication. Use /v1/account/hello to test authenticated requests. ## Authenticated Hello Endpoint - [GET /v1/account/hello](https://docs.influencer-hero.com/ih_api/test-endpoints/accounthello.md): An authenticated endpoint to verify user credentials.