We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acd3bf commit 0f88d08Copy full SHA for 0f88d08
source/gettingStarted/authentication.rst
@@ -376,7 +376,7 @@ This API is used to get candidates in bulk.
376
**Example Request**
377
.. code-block:: html
378
379
- curl --location --request GET 'https://api-dev.in.springverify.com/v1/candidate/fetch' \
+ curl --location --request POST 'https://api-dev.in.springverify.com/v1/candidate/fetch' \
380
--header 'Content-Type: application/json' \
381
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7ImVtYWlsIjoiYW51cmFnLnNhbmRodUBzcHJpbmdyb2xlLmNvbSIsImNvbXBhbnlJZCI6Mn0sImlhdCI6MTU4MTU4MDM5NywiZXhwIjoxNTg1MTgwMzk3fQ.p4K0NefA8eOXFcCqxOYiLtnhmXM0KbqsiBuVxsUqT_o' \
382
--data-raw '{
0 commit comments