Functions:

a. [GET] getCredential

Retrieve the credential of the current valid authentication information.

Result with empty processed data:

{

status: “true”,

message: “User Credential”,

‘data’: []

}

Result if not empty:

{

status: “true”,

message: “User Credential”,

‘data’: {

application_id: “xxxx”, application_key: “xxxx”, access_token: “xxxx”, access_token_secret: “xxxx”, api_status: “enabled|disabled”

}

}