GET
/
createAPIKey
createAPIKey
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/createAPIKey
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "api_key": "<string>",
  "webhook_token": "<string>"
}

Query Parameters

APIKey
string
required

Response

Success

service_status
object
api_key
string
webhook_token
string