Skip to main content

Find service by Id

GET /api/v1/services/:serviceId

Description

Retrieve service information by its ID.

URL:

  • Raw URL: /api/v1/services/:serviceId
  • Host:
  • Path: /api/v1/services/:serviceId
  • Variables:
  • serviceId: (Required)

Response:

  • Status: OK (200)
/api/v1/services/:serviceId

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/services/:serviceId \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!