#1tide
1 messages · Page 1 of 1 (latest)
Hi, can you add more details? What do you mean by 'entered their correct secret key'? Where are they enterring their key and for what use?
My app allows the customer to enter their api secret key to create invoices from my app and use other functions.
If they entered their key wrong, when I make api calls they will fail for their account
So the question is, is there a simple call I could use to test to make sure they entered a correct key?
I know any call would work, but wasnt sure if there was a reccomended way of confirming the key is correct.
I see, no direct API call like you mentioned. The way you'd find out if they use the correct API key with the associated account would be by making any API calls and it will let you know that there was an API key mismatch if there is.
Thanks, this may be a good feature to add in the future? Not sure. Just a suggestion
Sure, I'll pass along your feedback here for future product reiterations. Can you speak to why the above solution would not work? I would like to add a bit more details around your use case.
To me, if you still make an API call, why not let the action you're planning to take to be the call?
@hasty ferry I'm unsure if you saw this message, before I pass along your feedback I'd like to get a clearer picture of your use case.