# Headers

| Nama          | Tipe         | Deskripsi                                                                                                       |
| ------------- | ------------ | --------------------------------------------------------------------------------------------------------------- |
| Authorization | Alphanumeric | OAuth2.0 Token Format value: `Bearer {AccessToken}`                                                             |
| Content-Type  | Alphanumeric | Content of your request body e.g. `application/json`                                                            |
| id\_platform  | Alphanumeric | Merupakan id pengenal untuk platform yang terdaftar di portal NLE, untuk tipe user host to host dapat diabaikan |
| Origin        | url          | Origin domain e.g. yourdomain.com                                                                               |
| nle-api-key   | Alphanumeric | Your API Key generated by CEISA 4.0                                                                             |

Berikut contoh permintaan dengan Headers yang lengkap:

```javascript
GET /openapi/status HTTP/1.1
Host: apisdev-gw.beacukai.go.id
Authorization: Bearer a0daAPsGwPDHGMv6MpWzoIPgZvN9YvrSi7xdVI7Jb98638ilM7ila7
Content-Type: application/json
Origin: yourdomain.com
id_platform: PL0099
Beacukai-Api-Key: 41138489-1057-4e7e-ab93-9bc97b511cf6 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ceisa40.gitbook.io/pia-ceisa40/headers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
