Throughout this guide you will come across various icons, which have been added to help you identify key areas, and better understand their context. After reading the below, please continue to Getting Started.


Below is a rundown of all icons used throughout this guide:


(tick) Green check icon

Whenever you come across a green check icon it identifies key sections of a particular topic. This could be groups, elements, or sections etc.


(정보) Blue information icon

Whenever you come across a blue information icon it means there is a piece of information, which you should pay particular attention to, for it addresses a key factor when using a given function.


(전구) Lit light bulb icon

Whenever you come across a lit light bulb icon it means that next to it you will find an example of syntax, which you should use when making your API function HTTP request.


(warning) Exclamation mark icon

Whenever you come across an exclamation mark icon it means that next to it you will find further information relating to a given HTTP Response code, as can be returned by MagicINFO REST API 2.0.


(thumbs up) & (엄지 아래로) Thumbs up or thumbs down icon

Whenever you come across a thumbs up or thumbs down icon it means that next to it you will find either positive or negative further valuable information in the context of what is written directly above it.


{Text in orange in curly brackets}

Whenever you come across some text in orange in curly brackets it identifies dynamic variables located within a function URI, which you need to replace with exact values before the API function call can be successfully executed. 


(star) Yellow star icon

Whenever you come across a yellow star icon it means that the given section of this guide makes use of a GET HTTP Method API function. HTTP Methods vary in how they pass parameters when making a request to the API function URI. In the case of GET HTTP Method API function requests:

(thumbs up) A parameter usually needs to be passed within the URI of the function

(thumbs up) Sometimes additional parameters may need to be passed in the BODY of the request


(녹색 별) Green star icon

Whenever you come across a yellow star icon it means that the given section of this guide makes use of a PUT HTTP Method API function. HTTP Methods vary in how they pass parameters when making a request to the API function URI. In the case of PUT HTTP Method API function requests:

(thumbs up) A parameter may need to be passed within the URI of the function

(thumbs up) Usually additional parameters need to be passed in the BODY of the request


(파란별) Blue star icon

Whenever you come across a yellow star icon it means that the given section of this guide makes use of a POST HTTP Method API function. HTTP Methods vary in how they pass parameters when making a request to the API function URI. In the case of POST HTTP Method API function requests:

(thumbs up) A parameter does not need to be passed within the URI of the function

(thumbs up) Additional parameters need to be passed in the BODY of the request


(빨간 별) Red star icon

Whenever you come across a yellow star icon it means that the given section of this guide makes use of a DELETE HTTP Method API function. HTTP Methods vary in how they pass parameters when making a request to the API function URI. In the case of DELETE HTTP Method API function requests:

(thumbs up) A parameter needs to be passed within the URI of the function

(thumbs up) Sometimes additional parameters may need to be passed in the BODY of the request