3
I wonder if it is a concept, I am using a service that informed me that information can be obtained via callback server-to-server, but I did not understand exactly the meaning of the term.
3
I wonder if it is a concept, I am using a service that informed me that information can be obtained via callback server-to-server, but I did not understand exactly the meaning of the term.
4
You can specify the URL / endpoint / callback you want to be notified with that callback after completion of some task.
It is also called
Callback URL
For example, your system may call the third-party API, and in this call specify a Callback for when an event occurs, your URL will be called:
POST /api.example.com/foo?callbackURL=http://my.server.com/bar
Source:
https://stackoverflow.com/questions/23347056/what-is-a-callback-url-in-relation-to-an-api
Browser other questions tagged api terminology callback
You are not signed in. Login or sign up in order to post.