> For the complete documentation index, see [llms.txt](https://easykash.gitbook.io/gate-kashat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easykash.gitbook.io/gate-kashat/kahast.md).

# KashEgypt-auth

<mark style="color:green;">`POST`</mark> `https://core.kashat.com.eg/payme/authorize`

This endpoint use to  get payment access-point &#x20;

#### Headers

| Name          | Type   | Description                                                        |
| ------------- | ------ | ------------------------------------------------------------------ |
| Authorization | string | Basics + Auth token which stored in integrations (kashEgyptSecret) |

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

```
{
access_token : "hashed token in Bearer"
}
```

{% endtab %}
{% endtabs %}
