# ECHO GET JSON

## ECHO GET JSON

<mark style="color:blue;">`GET`</mark> `echo+json://name/${content}`

Return content from GET request with JSON.\
\
`const content = Buffer.from('{"name":"Tal Muskal"}').toString('base64');`

#### Path Parameters

| Name            | Type   | Description                |
| --------------- | ------ | -------------------------- |
| request\_type   | string | oracle request type        |
| json\_specifier | string | json key for desired value |
| content         | string | desired returned content   |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
