Authentication
Verify Credentials
Validates your integration API key and returns basic integration metadata.
How to call
- Method: GET
- URL:
{server}/api/v1/business/auth(pick server in the playground: production or sandbox). - Header:
X-API-Key: <your-api-key>(issued from the dashboard).
Typical uses
- Connection tests after creating or rotating a key.
- Health checks before calling products, orders, wallet, or webhooks.
GET
Verify Credentials
Authorizations
Your UGiftMe API key for authentication.
Format: Secure API key (e.g., <your-api-key>)
Required: All endpoints require this header
Example: X-API-Key: <your-api-key>
Response
Credentials verified successfully
Account identifier
Example:
"507f1f77bcf86cd799439011"
Registered account name
Example:
"Example Retail Ltd"
Verification status for the account
Example:
"verified"
Primary contact email when available
Example:
"billing@example.com"
Current billing plan when available
Example:
"account"
Verify Credentials
