0

I have created an Alexa Skill using Alexa Skill Management API's.

Now using the API https://api.amazonalexa.com/v0/skills/{skill-id}/submit.

This API returns success which means that my skill is submitted for certification.

But How to get the publication status that whether the skill is live or under certification.

How can I get the publication status of skill.

Dmitry
  • 6,716
  • 14
  • 37
  • 39
Piyush Aggarwal
  • 215
  • 3
  • 12

1 Answers1

0

You can use the CLI to do that,

get-skill-status

Reference: https://developer.amazon.com/docs/smapi/ask-cli-command-reference.html#get-model-status-subcommand

Dana
  • 683
  • 1
  • 6
  • 21