هوية — Huwiyya
هويةHuwiyya
Partner Portal

Interactive Partner API Testing Console

Huwiyya هوية · Partner API Demo

Back to Site

Get Access Token

Enter your OAuth client ID and paste the PEM certificate to obtain a token

Paste the full PEM certificate including BEGIN/END lines. The private key stays on your machine.

Or if you already have an access token, paste it directly in the field below.

OAuth 2.0 mTLS Authentication

Enter your OAuth 2.0 access token obtained via mTLS

Starts with hwy_at_ followed by 64 hex characters. Obtain tokens from POST /api/partner/v1/oauth/token using your client certificate via mTLS.

About This Demo

This interactive demo walks you through the complete Huwiyya partner verification API. Each step makes real API calls using your OAuth 2.0 access token.

Obtain an access token first using the client_credentials grant with your client certificate via mTLS (RFC 8705), then use it here to create and monitor verification cases.

Demo Environment

This demo uses real API endpoints. Cases created here will appear in the partner dashboard. mTLS certificate validation is handled by the TLS proxy.

Authentication Header:

Authorization: Bearer hwy_at_<your-token>POST /api/partner/v1/verificationsGET /api/partner/v1/verifications/:id