Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 2.88 KB

CredentialsControllerApi.md

File metadata and controls

90 lines (62 loc) · 2.88 KB

\CredentialsControllerApi

All URIs are relative to https://localhost

Method HTTP request Description
GetAccountUsingGET Get /credentials/{account} Retrieve an account's details
GetAccountsUsingGET Get /credentials Retrieve a list of accounts

GetAccountUsingGET

AccountDetails GetAccountUsingGET(ctx, account, optional) Retrieve an account's details

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
account string account
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
account string account
roles []string
allowedAccounts []string
email string
username string
firstName string
lastName string
xRateLimitApp string X-RateLimit-App

Return type

AccountDetails

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: /

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetAccountsUsingGET

[]Account GetAccountsUsingGET(ctx, optional) Retrieve a list of accounts

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
roles []string
allowedAccounts []string
email string
username string
firstName string
lastName string
expand bool expand

Return type

[]Account

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: /

[Back to top] [Back to API list] [Back to Model list] [Back to README]