# Validation

### Providers Validation

&#x20;<mark style="color:green;">`POST`</mark>  `{{ BASE }}/validation`

```
--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'
```

**Request Body**

Below are the request body parameters 🎉

| Name               | Type   | Description      |
| ------------------ | ------ | ---------------- |
| **provider\_code** | String | Provider Code    |
| **recipient**      | Number | Recipient Number |

Response Body

```
{
    "status": true,
    "message": "success",
    "data": {
        "verified": {{true}},
        "message": "{{message}}"
    }
}
```
