Skip to content

Commit 0f88d08

Browse files
committed
Protocol method mismatch
1 parent 0acd3bf commit 0f88d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gettingStarted/authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ This API is used to get candidates in bulk.
376376
**Example Request**
377377
.. code-block:: html
378378

379-
curl --location --request GET 'https://api-dev.in.springverify.com/v1/candidate/fetch' \
379+
curl --location --request POST 'https://api-dev.in.springverify.com/v1/candidate/fetch' \
380380
--header 'Content-Type: application/json' \
381381
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7ImVtYWlsIjoiYW51cmFnLnNhbmRodUBzcHJpbmdyb2xlLmNvbSIsImNvbXBhbnlJZCI6Mn0sImlhdCI6MTU4MTU4MDM5NywiZXhwIjoxNTg1MTgwMzk3fQ.p4K0NefA8eOXFcCqxOYiLtnhmXM0KbqsiBuVxsUqT_o' \
382382
--data-raw '{

0 commit comments

Comments
 (0)