Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinske authored Jun 12, 2024
1 parent a9ec154 commit bc835e1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions verify-prefill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,21 @@ In your `.env` file, set the following values:
| Variable | Description | Required |
| :------------------- | :---------- | :------- |
| `VERIFY_SERVICE_SID` | Verify SID | True |
| `LOOKUP_API_KEY` | ApiKey | True |
| `LOOKUP_API_SECRET` | ApiSecret | True |

### Function Parameters

`/send-otp` expects the following parameters:

| Parameter | Description | Required |
| :---------- | :----------------- | :------- |
| phoneNumber | E.160 Phone Number | True |
| phoneNumber | E.164 Phone Number | True |

`/verify-otp` expects the following parameters:

| Parameter | Description | Required |
| :-------- | :---------- | :------- |
| Code | Verify Code | True |
| Parameter | Description | Required |
| :---------- | :----------------- | :------- |
| phoneNumber | E.164 Phone Number | True |
| code | Verify Code | True |

`/fetch-user-data` expects the following parameters:

Expand Down

0 comments on commit bc835e1

Please sign in to comment.