Mock sample for your project: NPR Authorization Service API

Integrate with "NPR Authorization Service API" from npr.org in no time with Mockoon's ready to use mock sample

NPR Authorization Service

npr.org

Version: 2


Use this API in your project

Speed up your application development by using "NPR Authorization Service API" ready-to-use mock sample. Mocking this API will allow you to start working in no time. No more accounts to create, API keys to provision, accesses to configure, unplanned downtime, just work.
It also improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.

Description

The interface to our OAuth2 server

Other APIs by npr.org

NPR Station Finder Service

Allows clients to look up NPR member station information

NPR Identity Service

The entry point to user-specific information

NPR Listening Service

Audio recommendations tailored to a user's preferences

NPR Sponsorship Service

Sponsorship for non-NPR One client applications

Other APIs in the same category

CS:GO v3 Scores

sportsdata.io
CS:GO v3 Scores

Betfair: Exchange Streaming API

API to receive streamed updates. This is an ssl socket connection of CRLF delimited json messages (see RequestMessage & ResponseMessage)

EVEMarketer Marketstat API

evemarketer.com
EVEMarketer Marketstat API is almost compatible with EVE-Central's Marketstat API.

MLB v3 Scores

sportsdata.io
MLB scores API.

Metadata

haloapi.com
API that provides Metadata information.

NFL v3 Projections

sportsdata.io
NFL projected stats API.

NBA v3 RotoBaller Articles

sportsdata.io

NPR Authorization Service

The interface to our OAuth2 server

LoL v3 Stats

sportsdata.io
LoL v3 Stats

Accounts API

The Accounts API is a collection of methods used to query a customer account. It allows the developer to retrieve account-related data such as the user account balance. It should be noted that regional variations may exist - so some fields may not be returned for certain territories.

Profile

haloapi.com
API that provides Profile information about Players.

Sessions API

The William Hill Sessions API uses a central authentication service (CAS*) on all resources that require access to a customer’s account or betting functionality. To authenticate, you’ll need to supply a sportsbook username and password, in return you will be given an authentication ticket, which you can use on the majority of requests found within our services. The Sessions API should be used whenever you want to login a customer and: continue to use the William Hill API for that customer’s transactions use other CAS-enabled William Hill services outside the suite of APIs CAS is an enterprise Single Sign-On solution for web services (see https://wiki.jasig.org/display/CAS/Home). It is used by many William Hill services. Note: all requests must be executed over HTTPS and include an API key and secret. Authentication Ticket Expiration Times When a customer is logged in using the Sessions API, they are given an Authentication Ticket; using this ticket on subsequent API requests gives you access to account activities (such as placing a bet, deposits, etc). However, this ticket is only valid for a given period of time depending on how it is used. If the ticket is used and then has a period of inactivity longer than 7,200 seconds (2 hours), then the ticket will expire and further requests using the ticket will be denied - in effect, a customer has been logged out and will need to authenticate again. Normally, any ticket issued only has a maximum life expectancy of 28,000 seconds (8 hours) after which it can no longer be used, even if it has been used regularly. The customer again will be effectively logged out and will need to authenticate again. If you wish to avoid this, you need to set the query parameter extended to Y, which will enable your application to generate a ticket valid for 60 days without expiring due to inactivity.