Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 331 Bytes

GET_credit.md

File metadata and controls

27 lines (17 loc) · 331 Bytes

Account Resources

GET credit

Description

Retrieve account remaining credit

Requires authentication

  • Details described here

Parameters

NONE

Example

Request

GET https://plugin.api.onesky.io/1/accounts/credit

Response

{
    "remaining_credit": 1029
}