Hoppa direkt till innehåll
api

Atlas API

API Endpoint: AXA
Basfunktioner för AXA. API-user och API-nyckel hittar ni i Admin och klickar på "Din API-nyckel" under funktioner.

Om du vill se en nyckel för en annan användare så söker/klickar du på den användaren så finns en länk under verktyg.

Om du ska ha en API-nyckel för Stadsnätsportalen så hittar du den som inloggad här
This API does not require granted privileges, and is open to any user API key This API does not require granted privileges, and is open to any user API key
  • Method: my_sites

  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    Endpoint example:
    ?GET: method=my_sites&hash=abcd
  • Method: api_login

  • Global API function for those API's that require a hash to login. Use this method on the endpoint for the API you are accessing. The resulting Hash is only valid for 20 minutes
  • Request Parameters
    1 api_user int green 1234 The ID for the API user in Atlas
    2 api_key string green abcd1234 The API key for the the API user in Atlas
    Endpoint example:
    ?GET: method=api_login&api_user=1234&api_key=abcd1234