diff --git a/catalog/numberverification/samplecode_numberverification.md b/catalog/numberverification/samplecode_numberverification.md index 9dd5939..f23749d 100644 --- a/catalog/numberverification/samplecode_numberverification.md +++ b/catalog/numberverification/samplecode_numberverification.md @@ -10,6 +10,8 @@ The final implementation will depend on the channel partner's development tools Sample code on how to consume the API without an SDK, directly with HTTP requests, is also provided, and it is common and valid no matter what your partner is, thanks to the CAMARA standardization. If you do not use an SDK you need to code the HTTP calls and additional stuff like encoding your credentials, calling authorization endpoints, handling tokens, etc. You can check our sample [Postman collection](https://bxbucket.blob.core.windows.net/bxbucket/opengateway-web/uploads/OpenGateway.postman_collection.json) as a reference. +>**.callout_info** It is recomended to use the [API Reference tool](https://developers.opengateway.telefonica.com/reference/) for faster calls of our APIs + ### Table of contents - [Frontend](#frontend) - [Requesting the authorization code from the frontend](#requesting-the-authorization-code-from-the-frontend) @@ -18,6 +20,9 @@ Sample code on how to consume the API without an SDK, directly with HTTP request - [Using the service API](#using-the-service-api) ## Code samples +> **.callout_warn** These are code examples +> - Remember to replace 'my-app-id' and 'my-app-secret' with the credentials of your app. (If you are using our Sandbox, you can get them [here](https://sandbox.opengateway.telefonica.com/my-apps)). +> - Remember also to replace "aggregator/opengateway-sdk" with the SDK from your aggregator. If you are using our sandbox SDK, check info and installation of de Sandbox SDK [here](../../gettingstarted/sandbox/sdkreference.md) ### Frontend