Validate Access Token

I’m setting up an API that is protected with OAuth client credentials, which is working without any issues.

I would like to validate the access token on the resource server and I thought the Keys API would be used for this.

The following URL returns 404 not found;

http://127.0.0.1:8080/tyk/apis/324d9cebfa0a49c36f5da498977b20e6/keys

If I wanted to validate the access token in my resource server what Tyk API would I call to either validate the access token or get meta data about the access token so that the resource server could validate the access token.

Thanks
Steve

I found the OAuth API, which will give me the access token and when it expires.