Skip to content

Commit

Permalink
Update samplecode_numberverification.md
Browse files Browse the repository at this point in the history
Callouts added
  • Loading branch information
lufuOGW authored Sep 30, 2024
1 parent ceb88de commit 1cb097c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalog/numberverification/samplecode_numberverification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 1cb097c

Please sign in to comment.