get service
Endpoint
GET /api/services/{identifier}
{identifier} - id or slug
Request Headers
{
"Accept": "application/json",
"Content-Type": "application/json",
for now bearer token not used
"Bearer Token": "17|YROk6eOAMh8596SAONJr8KwQGzmqLXPaTBx5QdBn09989ab0"
}
Request Body
{
}
Response Body (200)
[
{
"id": 1,
"name": "Serv 1",
"description": "Description test test test test test test test r23r test test test test test test 232 test test test test test test 23r423423 test test test test test test test 23432 test test test test test test test test test test test test test test test test test test test test test test test test test ",
"intro": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111",
"short_description": "Description test test test test test test test r23r test test test test test test 232 test test test test test test 23r423423 test test test test tes...",
"picture": "http://0.0.0.0:8035/storage/services/01K392YAZ283A7C7MKPVF8AHJX.png",
"slug": "serv-1",
"service_category_id": 5,
"created_at": "2025-08-22T14:29:23.000000Z",
"updated_at": "2025-09-04T09:57:42.000000Z"
}
]
Response Body (401)
{
"message": "Unauthenticated."
}
12 September 2025