The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::TypePad::ApiKeys - ApiKeys API methods

METHODS

get
  my $res = $tp->api_keys->get($id);

Get basic information about the selected API key, including what application it belongs to.

Returns ApiKey which contains following properties.

apiKey

(string) The actual API key string. Use this as the consumer key when making an OAuth request.

owner

(Application) The application that owns this API key.