Skip to main content

Register Accounting Service

Access through OIDC Entitlements

See Mapping of Roles to Entitlements for new role assignment mechanism.

Register Accounting Service (legacy)

Steps to Register into Accounting Service

There are two ways to register yourself into Accounting Service:

The first way

  • Authenticate yourself

    First, you need to authenticate yourself to EOSC Core Infrastructure Proxy. Instructions are provided here. Once you gain an access token, copy it.

  • Register yourself

    Then, you need to apply a request to the Accounting Service API in order to register yourself. For more details on how to syntax the request, see here.

The second way

Just log in to Accounting User Interface.

Upon successful Registration

Once you register for the Accounting Service, you can perform the following actions:

READ Metric Definitions


  • User Interface

    View Metric Definitions on website.

  • HTTP Request

    All users with roles can display all the Metric Definitions existing in the Accounting Service. Apply a request to the API.

    📝 For more details on how to syntax the request, see here.

READ Providers


  • User Interface

    View Providers on website.

  • HTTP Request

    You can read the Providers available on the EOSC Resource Catalogue and those registered through the Accounting Service API. Apply a request to the API.

    📝 For more details on how to syntax the request, see here.

READ Unit Types


  • User Interface

    View Unit Types on website.

  • HTTP Request

    You can read all the Unit Types registered to the Accounting Service. Apply a request to the API.

    📝 For more details on how to syntax the request, see here.

READ Metric Types


  • User Interface

    View Metric Types on website.

  • HTTP Request

    You can read all the Metric Types registered to the Accounting Service. Apply a request to the API.

    📝 For more details on how to syntax the request, see here.

READ all Clients


  • User Interface

    It's currently under development.

  • HTTP Request

    You can read all the Clients registered to the Accounting Service. Apply a request to the API.

    📝 For more details on how to syntax the request, see here.