Skip to main content

Get service By Code

GET /api/v1/services/codes/:code/apikey/:apikey

Description

Retrieve service information using a specific code and API key. You can also specify whether delay is allowed or not.

URL:

  • Raw URL: /api/v1/services/codes/:code/apikey/:apikey?allowDelay=1
  • Host:
  • Path: /api/v1/services/codes/:code/apikey/:apikey
  • Variables:
    • code: (Required)
    • apikey: (Required)

Query Parameters:

  • allowDelay: 1 (Delay is allowed by default, set to 0 or false to turn off delay)

Response:

  • Status: OK (200)
/api/v1/services/codes/:code/apikey/:apikey?allowDelay=1

Query Params

Paramvalue
allowDelay1

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


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

RESPONSE


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