postman.betshop.kayzor.com
Open in
urlscan Pro
54.156.13.231
Public Scan
URL:
https://postman.betshop.kayzor.com/
Submission: On July 30 via automatic, source certstream-suspicious — Scanned from DE
Submission: On July 30 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
* Body * Headers (0) * Body * Headers (0) * Body * Headers (0) Public Documentation Settings ENVIRONMENT Production LAYOUT Double Column LANGUAGE cURL - cURL Bet Shop Introduction Countries Bets Currencies Events Ecode Bets Ecode Codes Ecode Tickets Ecode Transactions Leagues Ninja Codes Ninja Packages Ninja Tickets Market Filters Market Templates Sports Tickets Users BET SHOP AUTHORIZATIONOAuth 2.0 Access Token {{oauth2_access_token}} COUNTRIES AUTHORIZATIONOAuth 2.0 This folder is using OAuth 2.0 from collectionBet Shop GETLIST COUNTRIES https://api.kayzor.com/b1/countries?sort=order AUTHORIZATIONOAuth 2.0 This request is using OAuth 2.0 from collectionBet Shop HEADERS Accept application/vnd.api+json PARAMS sort order Example Request List Countries curl curl --location 'https://api.kayzor.com/b1/countries?sort=order' \ --header 'Accept: application/vnd.api+json' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers BETS AUTHORIZATIONOAuth 2.0 This folder is using OAuth 2.0 from collectionBet Shop POSTCREATE BET https://api.kayzor.com/b1/bets AUTHORIZATIONOAuth 2.0 This request is using OAuth 2.0 from collectionBet Shop HEADERS Accept application/vnd.api+json Content-Type application/vnd.api+json Bodyraw View More { "data": { "type": "bets", "attributes": { "pick": 3.75, "line": "" }, "relationships": { "user": { "data": { "type": "users", "id": "YXV0aDB8NWQwMjJkZmIzNTc2ZmQwZDUzOTNiZWJi" } }, "event": { "data": { "type": "events", "id": "4397307" } }, "market": { "data": { "type": "markets", "id": "1843973071" } }, "odd": { "data": { "type": "odds", "id": "7390787484397307" } } } } } Example Request Create Bet View More curl curl --location 'https://api.kayzor.com/b1/bets' \ --header 'Accept: application/vnd.api+json' \ --header 'Content-Type: application/vnd.api+json' \ --data '{ "data": { "type": "bets", "attributes": { "pick": 3.75, "line": "" }, "relationships": { "user": { "data": { "type": "users", "id": "YXV0aDB8NWQwMjJkZmIzNTc2ZmQwZDUzOTNiZWJi" } }, "event": { "data": { "type": "events", "id": "4397307" } }, "market": { "data": { "type": "markets", "id": "1843973071" } }, "odd": { "data": { "type": "odds", "id": "7390787484397307" } } } } }' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers CURRENCIES GETLIST CURRENCIES https://api.kayzor.com/b1/currencies?page[number]=1&page[size]=10 Available filters: filter[scope]=pre-match|live-betting HEADERS Accept application/vnd.api+json PARAMS page[number] 1 page[size] 10 Example Request List Currencies curl curl --location -g 'https://api.kayzor.com/b1/currencies?page[number]=1&page[size]=10' \ --header 'Accept: application/vnd.api+json' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers