# Verify

Once you receive the OTP, verify it by sending another POST request to the same endpoint. This request should include both your email address and the OTP you received.

{% openapi src="<https://2149345960-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F60fGWUP51b2HhkWIrtTW%2Fuploads%2FQQ2XUo60tGd7WIRVNQBl%2Fopenapi%3A%20'3.0.yml?alt=media&token=bc699aef-f42e-4792-a22a-006eb6d9b035>" path="/login/verify" method="post" %}
[openapi: '3.0.yml](https://2149345960-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F60fGWUP51b2HhkWIrtTW%2Fuploads%2FQQ2XUo60tGd7WIRVNQBl%2Fopenapi%3A%20'3.0.yml?alt=media\&token=bc699aef-f42e-4792-a22a-006eb6d9b035)
{% endopenapi %}

**Response:**

If the OTP is verified successfully, the response will include your API key:

```json
{
  "success": true,
  "API_KEY": "YOUR_API_KEY_HERE"
}
```

Use this API key for all subsequent API calls by including it in the header of your requests.
