> For the complete documentation index, see [llms.txt](https://developer.algbralabs.com/partner-banking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.algbralabs.com/partner-banking/concepts/api-connectivity-test.md).

# API Connectivity Test

## POST /v1/partner/test

>

```json
{"openapi":"3.0.0","info":{"title":"Horizon Link - API Docs","version":"1.0"},"servers":[{"url":"api-url"}],"paths":{"/v1/partner/test":{"post":{"operationId":"PartnerController_postTest","parameters":[{"name":"authorization","in":"header","description":"Authorization header containing your API Token","schema":{"type":"string"}},{"name":"x-alg-nonce","in":"header","description":"Nonce used to generate the payload signature","schema":{"type":"string"}},{"name":"x-alg-signature","in":"header","description":"Payload signature","schema":{"type":"string"}},{"name":"date","in":"header","description":"Date of the request un UTC/GMT","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PartnerTestRequest"}}}},"responses":{"201":{"description":"Returns message","content":{"application/json":{"schema":{"type":"string"}}}}},"tags":["Partners"]}}},"components":{"schemas":{"PartnerTestRequest":{"type":"object","properties":{"message":{"type":"string","format":"string","maximum":100}},"required":["message"]}}}}
```
