---
title: "Test the Authentication"
method: POST
path: "/wally-services/protocol/tests/signature"
---

# Test the Authentication

`POST /wally-services/protocol/tests/signature`

API to test your authentication. The API works with [GET|POST|PUT|DELETE|PATCH]

## Headers

- `Host` string, required
- `Date` string, required
- `Digest` string, required
- `Authorization` string, required

## Response `200`

200

- union
  - object
    - `authentication_key` object
      - `access_key` string
      - `customer_uid` string
      - `key_type` string
      - `auth_type` string
      - `role` string
      - `enable` boolean
      - `insert_date` string
      - `version` integer
    - `signature` object
      - `key_id` string
      - `algorithm` string
      - `headers` string[]
      - `signature` string
      - `resign_required` boolean
      - `iteration_count` integer
      - `valid` boolean
    - `signed_string` string
  - object
    - `authentication_key` object
      - `role` string
    - `signature` object
      - `key_id` string
      - `algorithm` string
      - `headers` string[]
      - `signature` string
      - `resign_required` boolean
      - `iteration_count` integer
      - `valid` boolean
    - `signed_string` string

---

[API](https://skmtc.net/satispay/apis/satispay-gbusiness-api.md) · [All operations](https://skmtc.net/satispay/apis/satispay-gbusiness-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/satispay/satispay-gbusiness-api/versions/f91f20a37e6f/schema)
