# Get **GET /v1/contacts/{id}** Get Contact ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) Contact id ## Responses ### 200 successful operation #### Body: application/json (object) - **id** (string) id - **companyId** (string) Company ID - **familyId** (string) Family ID - **firstname** (string) Firstname - **lastname** (string | null) Lastname - **email** (string | null) Email - **relation** (string | null) - **phone** (string | null) Phone number - **isPrimary** (boolean) Is primary - **isEmergency** (boolean) Is emergency - **isBilling** (boolean) Is billing - **isAdditional** (boolean) Is additional - **deletedAt** (string(date-time) | null) Deleted at date ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)