You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to document above, accessKeys object from response has only id, key, mode fields.
But, when I actually send a request to https://partner-accounts.messagebird.com/child-accounts via Postman, accessKeys object from its response has 8 fields including id, access_key, mode, description.
So, since a lack of an official documents, An AccessKey class which exists for response need to be fixed.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @ssk910,
Thanks for creating the issue. A PR is created, this issue will be solved in the next release. I will inform you when the new release is ready.
Hello MessageBird team.
I have an issue with Partner Accounts API.
First of all, the Rest API documentation is wrong for Partner Accounts - Create a Child Account.
According to document above,
accessKeys
object from response has onlyid
,key
,mode
fields.But, when I actually send a request to
https://partner-accounts.messagebird.com/child-accounts
via Postman,accessKeys
object from its response has 8 fields includingid
,access_key
,mode
,description
.So, since a lack of an official documents, An
AccessKey
class which exists for response need to be fixed.Thank you.
The text was updated successfully, but these errors were encountered: