# GET injects/current

<mark style="color:green;">`POST`</mark> `/injects/current`

Returns a JSON dictionary of key-values of the last published (and hence currently active) inject objects. Key is the MEL number and value is the Inject Title from the Facilitator guidance

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Request Body**

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

```
{
  "1": "News of refugess in Jordan",
  "2": "Lebanese tweet",
  "3": "EndEx"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}

"1","2","3" etc is the number of the MEL (numbered left to right from the MEL canvas

"News of refugess in Jordan" is from the title of the Facilitator Guidance on that inject

<figure><img src="https://3476309720-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsNKxYbIPgfYmCR9EJgAu%2Fuploads%2F4rWfXPzz5qBRDdz6Tjq2%2Fimage.png?alt=media&#x26;token=aa044f4e-7456-4a85-9c80-af6bd17e4b44" alt=""><figcaption></figcaption></figure>
