# Retrieving service information Endpoint: GET /sms/{serviceId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `serviceId` (string, required) Service ID ## Response 200 fields (application/json): - `success` (boolean, required) Request status Example: true - `data` (array, required) Example: {"id":"d151e4f9","type":"ONE_TIME_CODE","status":"service_active","name":"TEST","prefix":"SIM","suffix":"TESTSIMPAY","adult":false,"numbers":[7055,7155,7255],"created_at":"2021-11-08T18:18:53+01:00"} - `data.id` (string, required) Service ID - `data.type` (string, required) SMS Service Type Enum: "ONE_TIME_CODE", "CODE_PACK", "API_URL" - `data.status` (string, required) Service Status Enum: "service_new", "service_active", "service_blocked", "service_rejected", "service_verify", "service_ongoing_registration" - `data.name` (string, required) Service name - `data.prefix` (string, required) Service prefix, i.e. the first part of the SMS content, e.g. SIM - `data.suffix` (string, required) Service suffix, i.e. the second part of the SMS content - `data.description` (string) Service description - `data.adult` (boolean, required) Information on whether the service is 18+ - `data.numbers` (array, required) Enum: 7055, 7155, 7255, 7355, 7455, 7555, 7636, 77464, 78464, 7936, 91055, 91155, 91455, 91664, 91955, 92055, 92555 - `data.created_at` (string, required) Creation date in format: ISO 8601 ## Response 401 fields (application/json): - `success` (boolean, required) Request status - `errorCode` (string, required) Error status code Enum: "UNAUTHORIZED" ## Response 403 fields (application/json): - `success` (boolean, required) Request status - `errorCode` (string, required) Error status code Enum: "INVALID_ABILITY_PROVIDED", "IP_ADDRESS_NOT_WHITELISTED" ## Response 404 fields (application/json): - `success` (boolean, required) Request status - `errorCode` (string, required) Error status code Enum: "SERVICE_NOT_FOUND", "TRANSACTION_NOT_FOUND", "ROUTE_NOT_FOUND"