Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
X-Application: APP_KEY_ASSIGNED

How to Create An Application Key

You can create an Application Key for your Betfair account using the Accounts API Visualiser and createDeveloperAppKeys operation or by using

  1. Click on the Accounts API Visualiser link.
  2. Select the createDeveloperAppKeys operation from the list of Operations on the top left hand side of the visualiser.
  3. Enter a sessionToken in the 'Session Token (ssoid)' text box.  You can find instructions on how to find your sessionToken via your browser here.
  4. Enter your Application Name in the 'Request' column.
  5. Press Execute at the bottom of the 'Request' column.

Two Application Keys will then be created and displayed in the Developer Apps column of the Visualiser, one of which will be a Delayed Application Key (see details below)



Please see the API Reference Guide for further details of this the createDeveloperAppKeys operation.

Please note: the X-Application header is not required when using the createDeveloperAppKeys or the getDeveloperAppKeys service.

...